import type { TalkControlDispatch, TalkControlResult, TalkControlRuntimeOptions } from "./types.js"; export declare class TalkControlRuntime { private readonly options; private readonly calls; constructor(options: TalkControlRuntimeOptions); dispatch(input: TalkControlDispatch): Promise; private execute; } //# sourceMappingURL=runtime.d.ts.map