import type { Project } from "ts-morph"; export declare function emitTailwindConfig(project: Project, outDir: string): void;