/** * Detects the Tailwind CSS version from package.json * @param projectRoot The root directory of the project * @returns The Tailwind CSS version or null if not found */ export declare function detectTailwindVersion(projectRoot: string): string | null; /** * Checks if the given version is Tailwind v4 or later */ export declare function isV4OrLater(version: string | null): boolean; //# sourceMappingURL=detection.d.ts.map