import type { TextlintKernelOptions } from '@textlint/kernel'; export type Option = Partial | true; export declare const lintText: (html: string, option: Partial) => Promise;