import { GlyphMetadata } from "./GlyphMetadata"; export declare type GlyphData = { contents: string; metadata?: GlyphMetadata; srcPath: string; };