import { Match } from '../../../common/types'; export declare const isSameRouteMatch: ({ prevContextMatch, nextContextMatch, }: { prevContextMatch: Match; nextContextMatch: Match; }) => boolean;