import type { AuthorizationManager } from "@globus/sdk/core/authorization/AuthorizationManager"; export type GlobusAuthState = { isAuthenticated: boolean; error: Error | undefined; authorization: AuthorizationManager | undefined; events: AuthorizationManager["events"] | undefined; }; export declare const initialState: GlobusAuthState; //# sourceMappingURL=State.d.ts.map