export declare type RouterMode = 'history' | 'hash';
