import { type IUser } from "@gooddata/sdk-model"; /** * @public */ export type UserState = { /** @beta */ user?: IUser; }; export declare const userInitialState: UserState; //# sourceMappingURL=userState.d.ts.map