import { IRouteMatch, IRouteRecord } from './types'; export declare function getRedirectFromRoutes(routes: IRouteMatch[]): string | null;