export declare function collectUnescapedDynamicCandidates(source: string, allowedCandidates?: Set<string>): string[];
