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