import type { InputRuleHandler, InputRuleWrapper } from '../types'; export declare const createRule: (match: RegExp, handler: InputRuleHandler, allowsBackwardMatch?: boolean) => InputRuleWrapper;