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