export function setSegment(segment: any): void; export function getSegment(): any; export function startImpersonation(): void; export function getImpersonateStorageKey(): any; export function stopImpersonation(): void; export function isImpersonating(): boolean; export function setAppViewStorageSettings(path: any, value: any, callback: any): void; export function getAppViewStorageSettings(path: any, defaultValue: any): any; export function setHiddenAlerts(appId: any, value: any, callback: any): void; export function getHiddenAlerts(appId: any): any; export function setAssetPageFilters(value: any, callback: any): void; export function removeAssetPageFilters(): void; export function getAssetPageFilters(): any; export function setFeedInputRigId(value: any, callback: any): void; export function removeFeedInputRigId(): void; export function getFeedInputRigId(): any; export function getFeatureFlagAppsIsolation(): any; export const FEATURE_FLAG_APPS_ISOLATION: "featureFlagAppsIsolation"; //# sourceMappingURL=index.d.ts.map