import Path2 from './type'

export default concat

declare function concat(...paths: Array<Path2>): Path2
