import { Tab } from './tab';
import { Block } from './models/block';
export declare const getCurrentProcessingBlock: (tab: Tab) => Block;
