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