export declare function extractFont(filename: string, filedir: string): Promise<void>;
export declare function getFonts(): string[];
