export declare function uniqueStrings(values: readonly string[] | undefined, normalize?: (value: string) => string): string[];