import type { SourceStyleMatchOptions } from './types.js';
export declare function normalizeCssSourceForCompare(css: string): string;
export declare function scoreTailwindV4CssSourceFileMatch(file: string, cssSourceFile: string, sourceOptions: SourceStyleMatchOptions): number;
