import type { DropboxAccessor } from '../../accessor/dropbox.ts'; import type { PathSpec } from '../../types.ts'; export declare function mkdir(accessor: DropboxAccessor, path: PathSpec, parents?: boolean): Promise; //# sourceMappingURL=mkdir.d.ts.map