import type { OpenClawConfig } from "../config/config.js"; import { GatewayClient, type GatewayClientOptions } from "./client.js"; export declare function createOperatorApprovalsGatewayClient(params: Pick & { config: OpenClawConfig; gatewayUrl?: string; }): Promise;