import { ILocation } from '../Router'; export declare function diffLocationKeys(a: ILocation[], b: ILocation[]): { [key: string]: boolean; };