export declare function isUnsupportedMiniProgramTailwindV4Candidate(candidate: string): boolean;
export declare function filterUnsupportedMiniProgramTailwindV4Candidates<T extends Iterable<string> | undefined>(candidates: T): T extends undefined ? undefined : Set<string>;
