import type { GatewayConfig, Endpoint } from "../../types"; export declare const chatCompletions: (config: GatewayConfig) => Endpoint;