import { BMFont } from '../types'; export interface IBMFontParser { parse(data: T): BMFont; } //# sourceMappingURL=IBMFontParser.d.ts.map