import { type DispatchHostCtx } from './dispatch-replay-result.js'; import type { DispatchExternalToolCommandArgs } from './dispatch-external-tool-command-types.js'; export declare function shouldUseExternalAdapterLiveView(args: { readonly opts: Record; readonly allowAdapterLiveView?: boolean; }): boolean; export declare function runExternalAdapterLiveView(args: DispatchExternalToolCommandArgs & { readonly ctx: DispatchHostCtx; }): Promise; //# sourceMappingURL=external-adapter-live-view.d.ts.map