import { SpellCheck as SpellCheckBase, SpellCheckSettings } from '@nlpjs/similarity'; declare class SpellCheck extends SpellCheckBase { constructor(settings?: SpellCheckSettings); } export { SpellCheck };