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