import { Tab } from './tab'; /** * Initiate input queueing * */ export declare function startInputQueueing(tab: Tab): void; export declare const disableInputQueueing: (tab: Tab) => string; /** * Handle any input that queued up during command processing * */ /** * Set the queued input model to the given value * */