import { type ConfigSchemaResponse } from "./schema.js";
export declare function loadGatewayRuntimeConfigSchema(): ConfigSchemaResponse;
export declare function readBestEffortRuntimeConfigSchema(): Promise<ConfigSchemaResponse>;
