import type { LocationType, LocationTypeMap, HistoryOptions, History } from './index'; export interface Memo { [propName: string]: unknown; } export default function createMemoryHistory(options?: HistoryOptions): History;