import { IUserSettingsService, IUserSettings } from "@gooddata/sdk-backend-spi"; import { BearAuthenticatedCallGuard } from "../../types/auth.js"; export declare class BearUserSettingsService implements IUserSettingsService { private readonly authCall; constructor(authCall: BearAuthenticatedCallGuard); getSettings(): Promise; setLocale(_locale: string): Promise; setTheme(_themeId: string): Promise; setColorPalette(_colorPaletteId: string): Promise; } //# sourceMappingURL=settings.d.ts.map