export type AuthRecoveryContextProps = { apiReloginPath: string; onSuccessAuthRecovery: () => void; }; export declare class AuthRecoveryService { private props; constructor(props: AuthRecoveryContextProps); init: () => void; destroy: () => void; tryToRecover: () => void; private handleStorageUpdate; } //# sourceMappingURL=AuthRecoveryService.d.ts.map