import { type LintResult } from './diagnostic.js'; export type LintDomainOptions = { root?: string; fix?: boolean; preflight?: boolean; /** Cancels the external Oxlint process and rejects the lint operation. */ signal?: AbortSignal; }; export declare function lintDomain(options?: LintDomainOptions): Promise; //# sourceMappingURL=lint.d.ts.map