export type FontFormat = 'woff2' | 'woff' | 'opentype' | 'truetype'; export declare const getFontFormat: (url: string) => FontFormat;