/** * Sets up Tailwind CSS configuration for the project. * * This function checks if Tailwind CSS is installed in the project and then * attempts to add the necessary configuration for Tailwind CSS v4 or v3. */ export declare function setupTailwind(): Promise;