import { type Nabi } from '../editor/index.js'; import type { Registry } from '../wing/index.js'; export declare function tryInputRule(nabi: Nabi, registry: Registry, trigger: 'space' | 'enter'): boolean; //# sourceMappingURL=autoformat.d.ts.map