/** * @returns True, if the current page was reloaded. * @see https://stackoverflow.com/a/36444134/11894710 */ export declare function isPageReload(): boolean;