/** * Combines path segments into a path. Auto-senses 'slash' direction. * @param args */ export default function combine(...args: string[]): string;