import { type GatewayConfig } from "../../core/types.js"; export declare let loadedConfigPath: string | null; export declare function loadConfig(configPath?: string): GatewayConfig; //# sourceMappingURL=loader.d.ts.map