import type { FontImport } from "./types.js"; /** * Scan TypeScript file for font imports * Looks for createGoogleFont() and localFont() calls */ export declare function scanForFontImports(fontsFile: string): Promise; //# sourceMappingURL=scanner.d.ts.map