import { BasedServer } from '../server.js'; import { Context } from '@based/functions'; export declare const publish: (server: BasedServer, name: string, ctx: Context, id: number, payload: any, msg: any) => void;