import { Glyph } from '@pdf-lib/fontkit';
/** `glyphs` should be an array of unique glyphs sorted by their ID */
export declare const createCmap: (glyphs: Glyph[]) => string;
