import type { JsonSafeObject } from '../context.js';
export * from './context.js';
export declare function emit(topic: string, type: string, subject: string, data: JsonSafeObject | undefined, messageId?: string): Promise<boolean>;
