export declare function activeRecordIndex(route: any, currentRoute: any): number;
export declare function isSameRouteLocationParams(a: any, b: any): boolean;
export declare function includesParams(outer: Record<string, string | string[]>, inner: Record<string, string | string[]>): boolean;
