export declare const startInputQueueing: () => void; export declare const disableInputQueueing: () => string; export declare const handleQueuedInput: (nextBlock: HTMLElement) => Promise; export declare const pasteQueuedInput: (value: string) => void;