/** * Find the main styles file in common locations * Returns null if not found (fails silently) */ export declare function findMainStylesFile(sourceRoot: string, projectRoot: string): string | null; /** * Find Tailwind config file in common locations * Returns null if not found (fails silently) */ export declare function findTailwindConfig(projectRoot: string): string | null; /** * Find fonts.ts file in common locations * Returns null if not found (fails silently) */ export declare function findFontsFile(sourceRoot: string): string | null; /** * Find index.html file * Returns null if not found (fails silently) */ export declare function findIndexHtml(sourceRoot: string): string | null; //# sourceMappingURL=file-discovery.d.ts.map