import type { NoindexResult, RuleInput } from '../types.js';
/**
* Detects noindex directives on the page.
*
* Checks:
* 1.
* 2.
* 3. X-Robots-Tag: noindex response header (if responseHeaders provided)
*
* Pass: no noindex directive found
* Fail: noindex directive found (blocks indexing in production)
*/
export declare function checkNoindex(input: RuleInput): NoindexResult;
//# sourceMappingURL=noindex.d.ts.map