import type { FontFile } from "../lib/core/types.js"; import type { GoogleFontOptions } from "../lib/core/google-font-options.js"; /** * Build-time font loader for Angular CLI builder * This function is only called during build time by the Angular builder * * DO NOT IMPORT THIS IN BROWSER CODE - it uses Node.js modules */ export declare function loadGoogleFontBuildTime(fontFamily: string, options: GoogleFontOptions, outputPath: string): Promise<{ css: string; files: FontFile[]; preloadLinks: string; }>; //# sourceMappingURL=build-time-loader.d.ts.map