export declare function shallowEqual(a: any[], b: any[]): boolean;
export declare function stripQuery(path: string): string;
