import type { GDriveAccessor } from '../../accessor/gdrive.ts'; import { PathSpec } from '../../types.ts'; export declare const mkdir: (accessor: GDriveAccessor, path: PathSpec, parents?: boolean | undefined) => Promise; //# sourceMappingURL=mkdir.d.ts.map