import type { Option } from './helper.js'; import type { RuleSeed } from '@markuplint/ml-core'; import type { TextlintResult } from '@textlint/kernel'; export declare const defaultOptions = true; export declare const textlintVerify: (...args: Parameters['verify']>) => Promise;