declare const join: (arr: string[], sep: string) => string; export default join;