/** * Zoe CLI — /gateway slash command * * Full management commands for the gateway subsystem. * Receives the MCPGateway instance from the REPL when gateway is enabled. */ export declare function createGatewayCommandHandler(gatewayInstance: any): (args: string) => Promise;