import type { Accessor } from '../../accessor/base.ts';
import type { ExistsFn, ObjectStoreDriver, PairFn } from './driver.ts';
/**
* Build single-object copy over one driver. The driver must carry a
* native copy — a store without one leaves copy unwired, which the
* dispatcher surfaces as ENOTSUP.
*/
export declare function makeCopy(driver: ObjectStoreDriver, exists: ExistsFn): PairFn;
//# sourceMappingURL=copy.d.ts.map