export declare const cssCodepoint: (codepoint: number) => string; export declare const unicodeEntity: (codepoint: number) => string; export declare const buildFontFace: (params: { fontName: string; fileBase: string; cacheBust?: string; includeEot?: boolean; }) => string;