export * from 'fs'; export declare function mkdirpSync(p: string, opts?: { mode?: number; }, made?: string): string | undefined;