/** * @module typings/history */ export declare type HistoryAction = 'push' | 'replace';