import { Subject } from 'rxjs'; declare const MSG_AUTH_STATE_CHANGED = "authStateChange"; interface AuthStateChangedMessage { type: typeof MSG_AUTH_STATE_CHANGED; id: string | undefined; } export declare const authStateChangedInThisWindow$: Subject; export declare const authStateChangedInOtherWindow$: import("rxjs").Observable; export declare const broadcastAuthStateChanged: (userId: string | undefined) => void; export {}; //# sourceMappingURL=state.d.ts.map