import type { FontType } from './detectFormat'; export declare const Extensions: { readonly otf: "otf"; readonly ttf: "ttf"; readonly sfnt: "otf"; readonly truetype: "ttf"; readonly woff: "woff"; readonly woff2: "woff2"; }; export declare const getExtensionsByFontType: (targetType: FontType) => string;