export declare const useHistory: () => { push: (url: string) => void; replace: (url: string) => void; };