import { ApplicationRef } from '@angular/core'; export declare class StateService { private app; state: { email_verified: any; isLogged: any; user: any; email: any; uuid: any; uid: any; }; constructor(app: ApplicationRef); setState(key: any, value: any): void; setAllState(userState: any): void; }