export declare const mkdirs: (file: string) => void; export declare const getZetaFilePath: (...relativePath: string[]) => string; export declare const mkdir: (root: string) => Promise<{}>;