import type { TalkEvent } from "./talk-events.js"; export declare function recordTalkObservabilityEvent(event: TalkEvent): void;