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