import type { CheckConfig, CheckResult, RedirectExpectation } from '../types.js'; export declare function checkUrl(sourceUrl: string, targetUrl: string, checks: Required): Promise; export declare function checkRedirect(expectation: RedirectExpectation, checks: Required): Promise;