declare const joinPath: (...paths: string[]) => string;
export { joinPath };
