import { type StudioCliEvent, type StudioCliEventType } from "openxiangda-contracts"; export declare class StudioCliEventStream { readonly runId: string; private readonly write; private sequence; constructor(runId: string, write?: (event: StudioCliEvent) => void); emit(type: StudioCliEventType, payload: Record): StudioCliEvent; } //# sourceMappingURL=studio-events.d.ts.map