import { TextlintRuleModule } from "@textlint/types"; interface TextlintRuleEnSpellOptions { /** https://github.com/wooorm/nspell#nspellpersonaldic */ personalDictionary: string[]; } declare const module: TextlintRuleModule; export default module; export type { TextlintRuleEnSpellOptions };