/// import * as path from 'path'; export declare function resolve(id: string): string; export declare function join(...segments: string[]): string; export declare const basename: typeof path.basename;