declare const join: (...args: any[]) => string;
export default join;
