export declare function collectRawSourceClassSelectors(rawSource: string): Set<string>;
export declare function collectGeneratedRawSourceCandidates(candidates: Iterable<string>, rawSource: string, escapeMap: Record<string, string> | undefined): Set<string>;
