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