import { type GatewayConfig } from '@a5c-ai/adapters-gateway'; import type { ParsedArgs } from '../../parse-args.js'; export declare const DEFAULT_GATEWAY_CONFIG_PATH: string; export declare function loadGatewayConfig(configPath: string): Promise>; export declare function serveGatewayCommand(args: ParsedArgs): Promise;