declare class BMFontError extends Error { static readonly LoadError: string; static readonly ParseError: string; constructor(message: string); } export { BMFontError }; //# sourceMappingURL=BMFontError.d.ts.map