import { GenericFunction } from "./interfaces"; interface BackArgs { back?: GenericFunction; forward?: GenericFunction; changeUrl?: boolean | string; } export declare function getHash(): string; export declare function setHash(h: string): void; /** * private method. Do not call this directly. */ export declare function goBack(): void; /** * private method. Do not call this directly. */ export declare function goForward(): void; /** * Initializes the undo stack. This must be called from a