export declare const getRedirects: (baseDir: string) => Promise<{
    source: string;
    destination: string;
}[]>;
