export declare function join(separator: string, coll: any[]): string;
export declare function join(separator: string): (coll: any[]) => string;
