interface FontInfo { characterSet: number[]; variationAxes: Record; } declare function getFontInfo(buffer: Buffer | Uint8Array): Promise; export = getFontInfo; //# sourceMappingURL=getFontInfo.d.ts.map