export declare const getBrokenRedirects: (repoPath?: string, options?: {
    checkSnippets?: boolean;
}) => Promise<{
    source: string;
    destination: string;
}[]>;
