import type { Store } from '../../store'; /** * Validates redirects configuration: detects self-redirects, circular redirects, * and redirects that point to a non-existent page. Reports each issue * via the link checker so they appear in validation output. */ export declare function validateRedirects(store: Store): void; //# sourceMappingURL=validate-redirects.d.ts.map