import type { Document } from 'domhandler';
import { type BaseCheckArgs } from './check-base.js';
interface CheckHtmlArgs extends BaseCheckArgs {
    document: Document;
    source: string;
}
export declare const checkHtml: ({ clients, issues, document, source }: CheckHtmlArgs) => void;
export {};
//# sourceMappingURL=check-html.d.ts.map