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