import { type DrizzleExecutor } from "../drizzle.js"; /** Renews one in-progress pluginFunctionResults lease only for its current fenced executor. This lets a known blocking document-approval wait extend durable ownership without lengthening unrelated function leases, and lets the caller restore the ordinary lease once the wait ends. */ export declare function pluginFunctionResultRenewLease(executor: DrizzleExecutor, input: { callId: string; leaseExpiresAt: number; leaseToken: string; sessionId: string; }): Promise; //# sourceMappingURL=pluginFunctionResultRenewLease.d.ts.map