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