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