import { i as OpenClawConfig } from "./types.openclaw-kCuaFdwZ.js"; import { c as ExecApprovalDecision } from "./exec-approvals-bouecjdj.js"; //#region src/infra/approval-gateway-resolver.d.ts type ResolveApprovalOverGatewayParams = { cfg: OpenClawConfig; approvalId: string; decision: ExecApprovalDecision; senderId?: string | null; allowPluginFallback?: boolean; resolveMethod?: "plugin"; gatewayUrl?: string; clientDisplayName?: string; }; /** Resolves an exec or plugin approval id through the operator approvals gateway. */ declare function resolveApprovalOverGateway(params: ResolveApprovalOverGatewayParams): Promise; //#endregion export { resolveApprovalOverGateway as t };