/** * The text a glyph name stands for, or `undefined` when the name says nothing. * * @param name The name as `/Differences` (or a font program's charset) gives it. */ export declare function textForGlyphName(name: string): string | undefined;