import { type DrizzleExecutor } from "../../drizzle.js"; /** * Loads a clientMutations replay result by actor, scope, and idempotency key, then refreshes that row's lastAccessedAt. * Sharing the exact lookup predicate with the touch keeps retention age attached to the result that was actually replayed. */ export declare function findClientMutationDb(executor: DrizzleExecutor, actorUserId: string, scope: string, clientMutationId: string): Promise | undefined>; //# sourceMappingURL=findClientMutationDb.d.ts.map