declare module 'path' {
    export function dirname(dir: string): string;
    export function resolve(root: string, name: string): string;
}