import { IRedirect } from './SiteDefinition.types'; /** * If the hash contains any of the given object's keys, replace that segment of the hash with the * given value and redirect. */ export declare function handleRedirects(redirects?: IRedirect[]): void;