import { URLParams } from "../common/utils"; export declare const isAutologinRetryAvailable: (hours: number) => boolean; export declare const setAutologinTimestamp: () => void; export declare function makeAutologinUrl(params: URLParams): Promise; export declare const notificationText: (langId: number) => { agreementText: string; loggedWithUser: string; };