import { TBSelection } from '@textbus/core'; import { Matcher, SelectionMatchState } from './matcher'; export declare class TableEditMatcher implements Matcher { queryState(selection: TBSelection): SelectionMatchState; }