/** * Maps PostScript glyph names to Unicode characters. * Based on Adobe Glyph List Specification. * * Source: https://github.com/adobe-type-tools/agl-aglfn * * Copyright 2002-2019 Adobe (http://www.adobe.com/). * Licensed under BSD-3-Clause. */ export declare const GLYPH_NAME_TO_UNICODE: Record;