import type { FilesAPI } from './index.js'; import type { HTTPRPCClient } from '../lib/core.js'; export declare function createMkdir(client: HTTPRPCClient): FilesAPI['mkdir']; //# sourceMappingURL=mkdir.d.ts.map