import { SchemaMeta } from '../../schema'; /** * it build textmatcher as textblockshortcut and return a * TextShortcutPlugin instance */ declare const ruleBuilder: ($schemaMetas: SchemaMeta[], enable?: boolean) => import("./shortcut-plugin").ITextShortcutPlugin; export { ruleBuilder };