export declare function joinPaths(...paths: Array<string | undefined>): string;
