import type { BuildEnvelopeInput } from './types.js'; export type EmitEventInput = Omit; /** The only canonical write path. The bound source owns the destination component/path/stream; node_id identifies the event target, with a broker source enforcing its bound node. */ export declare function emitEvent(input: EmitEventInput): boolean;