export type ReplaceHistoryInput = {
  type: 'replace';
  pathname: Pathname;
  search?: Search;
  state?: any;