import type { ServerResponse } from "node:http";
import type { GatewayConfig } from "../types.js";
export declare function handleModelsRequest(res: ServerResponse, config: GatewayConfig): Promise<void>;
//# sourceMappingURL=models.d.ts.map