export declare const concatStringSet: (stringSet: Set<string>, valueCallback?: (inValue: string) => string, delimiter?: string) => string;
