import type { ParsedPage, RuleResult } from "../../types.js"; export declare function missingAuthorRule(pages: ParsedPage[]): RuleResult[]; //# sourceMappingURL=missing-author.d.ts.map