export declare const join: (array: string[]) => string; export declare const joinWithUnderscore: (array: string[]) => string; export declare const joinWithWhitespace: (array: string[]) => string; export declare const joinWithCommaWhitespace: (array: string[]) => string; export declare const joinWithNewLine: (array: string[]) => string;