import { ChannelMap, PublishOptions } from '@socket-mesh/channels'; import { RequestHandlerArgs } from '@socket-mesh/core'; import { ClientSocket } from '../client-socket.js'; import { ClientTransport } from '../client-transport.js'; export declare function publishHandler({ options, socket }: RequestHandlerArgs, ClientTransport<{}>>): Promise;