import type { SpellCheckerRule } from './spell-checker';

/**
 * All Spellcheck rules.
 */
export type SpellcheckRules = SpellCheckerRule;
