import { type DrizzleExecutor } from "../drizzle.js"; /** * Releases an unfinished idempotencyKeys lease only when its owner token matches the caller that abandoned execution. * The ownership guard makes the mutation retryable again without clearing a response or lease established by another request. */ export declare function idempotencyLeaseRelease(executor: DrizzleExecutor, storageKey: string, leaseToken: string): Promise; //# sourceMappingURL=idempotencyLeaseRelease.d.ts.map