import { GlyphMetadata } from "./GlyphMetadata"; export declare type GlyphTransformFn = (obj: GlyphMetadata) => GlyphMetadata | Promise;