export declare function dirname(p: string): string;
export declare function join(...paths: string[]): string;
export declare const sep: string;
