import { Glyph } from"../../types/fontkit";
/** `glyphs` should be an array of unique glyphs sorted by their ID */exportdeclareconstcreateCmap: (glyphs: Glyph[], glyphId: (g?: Glyph | undefined) => number) =>string;
//# sourceMappingURL=CMap.d.ts.map