import { GlyphMeta } from "../types"; export declare const buildCss: (params: { fontName: string; prefix: string; glyphs: GlyphMeta[]; fileBase: string; cacheBust?: string; }) => string;