declare function join(...args: string[]): any;
declare const path: {
    join(): void;
};
