import { setStatus } from './status'; export { setStatus }; import doCancel from './cancel'; export { doCancel }; import { disableInputQueueing, pasteQueuedInput } from './queueing'; export { disableInputQueueing, pasteQueuedInput }; import { isPopup } from './popup-core'; export { isPopup }; import { listen } from './listen'; export { listen }; import { Tab, isTab, getTabId, sameTab, getTabFromTarget, getCurrentTab } from './tab'; export { Tab, isTab, getTabId, sameTab, getTabFromTarget, getCurrentTab }; import { Prompt, getBlockOfPrompt, getPrompt, getBottomPrompt, getInitialPrompt, getCurrentPrompt, getPromptFromTarget, getPromptLeft, getCurrentPromptLeft } from './prompt'; export { Prompt, getBlockOfPrompt, getPrompt, getBottomPrompt, getInitialPrompt, getCurrentPrompt, getPromptFromTarget, getPromptLeft, getCurrentPromptLeft }; import { installBlock, getInitialBlock, getCurrentBlock, getCurrentProcessingBlock } from './block'; export { installBlock, getInitialBlock, getCurrentBlock, getCurrentProcessingBlock }; import { registerListView, registerEntityView, ViewHandler, ok } from './print'; export { registerListView, registerEntityView, ViewHandler, ok }; export declare const resetCount: (block: HTMLElement) => void; export declare const setCustomCaret: (block: HTMLElement) => void; export declare const clearTextSelection: () => void; export declare const clearPendingTextSelection: () => void; export declare const setPendingTextSelection: (str: string) => void;