import { type Path } from 'history'; export declare function warning(condition: any, message: any): void; export declare function combinePath({ pathname, search, hash, }: Partial): string; export declare function invariant(condition: any, format: any, a?: any, b?: any, c?: any, d?: any, e?: any, f?: any): void;