import { SubDocument } from '../../model/sub-document';
import { Table } from '../../model/tables/main-structures/table';
import { SelectedTableInfo } from '../../selection/selected-cells-engine';
export declare class __DEBUG_TABLE {
    static lastString: string;
    static lastTableSelection: string;
    static lastSelection: string;
    static tables(subDocument: SubDocument): void;
    static table(table: Table): void;
    static VISUALIZE_SELECTED_CELLS(tableInfo: SelectedTableInfo): string;
}
