import { Commands, UI } from '@kui-shell/core'; interface Options extends Commands.ParsedOptions { o?: string; out?: string; output?: string; } export declare const doExec: (tab: UI.Tab, block: HTMLElement, cmdline: string, argvNoOptions: string[], parsedOptions: Options, execOptions: Commands.ExecOptions) => Promise; export {};