import { type DrizzleTransaction } from "../../drizzle.js"; /** * Inserts the client's idempotency identity and serialized result into clientMutations for the surrounding message operation. * Sharing the message transaction guarantees a retry can replay a result only when the original durable mutation actually committed. */ export declare function storeClientMutationDb(tx: DrizzleTransaction, actorUserId: string, scope: string, clientMutationId: string, result: Record): Promise; //# sourceMappingURL=storeClientMutationDb.d.ts.map