import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { o as ExecApprovalDecision } from "./exec-approvals-D24np_n8.js"; //#region src/infra/approval-gateway-resolver.d.ts type ResolveApprovalOverGatewayParams = { cfg: KlawConfig; approvalId: string; decision: ExecApprovalDecision; senderId?: string | null; allowPluginFallback?: boolean; resolveMethod?: "plugin"; gatewayUrl?: string; clientDisplayName?: string; }; declare function resolveApprovalOverGateway(params: ResolveApprovalOverGatewayParams): Promise; //#endregion export { resolveApprovalOverGateway as t };