import type { Glyph } from './tables/cff-types'; import type { Font, GlyphMetrics, FontData } from './types'; export declare const getGlyphMetrics: (glyph: Glyph) => GlyphMetrics; export declare const getFontData: (font: Font, fontFamily: string) => FontData;