export declare function addAll(set: Set, elements: T[]): Set; export declare function join(set: Set, separator?: string, quoted?: boolean): string;