import type { APIOptions } from './types.js'; import type { MLResultInfo } from '../types.js'; import type { Target } from '@markuplint/file-resolver'; export declare function lint(targetList: readonly Readonly[], options?: APIOptions): Promise;