import type { IH5RouterConfig } from '@tarojs/taro/types/compile'; import type { History } from 'history'; export declare let history: History; export declare function setHistoryMode(mode?: IH5RouterConfig['mode'], base?: string): void; export declare function prependBasename(url?: string): string;