/** * Fetch the url and return a buffer with the font file. */ export declare function fetchFontFile(url: string, isDev: boolean): Promise;