export declare function findViteConfig(cwd: string): string | null; /** * Registers Tailwind as a Vite plugin. * * In Analog it is Vite that compiles, not the Angular build — a * `.postcssrc.json` there is read by nobody, and without the plugin the * `@import 'tailwindcss'` the theme writes into the global CSS emits no * utilities at all. */ export declare function setupVitePlugin(cwd: string): Promise; //# sourceMappingURL=vite-setup.d.ts.map