import type { PayloadHandler } from '../../types.js'; /** * Resolves the target key when the client sends the temporary `pending` marker. */ export declare function resolvePendingTargetKey(args: { collectionSlug: string; orderableFieldName: string; req: Parameters[0]; targetDoc: null | Record; targetID: string; targetKey: string; }): Promise; //# sourceMappingURL=resolvePendingTargetKey.d.ts.map