import { TBSelection } from '@textbus/core'; import { FormatMatcher } from './format.matcher'; import { SelectionMatchState } from './matcher'; export declare class UnlinkMatcher extends FormatMatcher { queryState(selection: TBSelection): SelectionMatchState; }