import { BitmapFont } from './BitmapFont'; export declare const loadBitmapFont: { test(url: string): boolean; parse(asset: string): Promise; };