export declare function getCurrentPath(window: Window): string;
export declare function hash(path: string): string;
export declare function unhash(path: string): string;
