/** * Transforms font-face URLs in a CSS string to point to a specified output directory. * * Replaces relative font URLs with absolute URLs based on the output directory. */ export declare function transformCss(rawCss: string, outputDir: string): string; //# sourceMappingURL=transform.d.ts.map