declare module 'mkdirp' { export function sync(path: string, mode?: number): boolean; }