import type { Upsert } from 'payload'; /** * Upsert a document - create if not exists, update if exists * * Uses updateOne with upsert option for atomic behavior matching * MongoDB and Drizzle adapter patterns. */ export declare const upsert: Upsert; //# sourceMappingURL=upsert.d.ts.map