export type HubConfiguration = {
    isGlobalHub: boolean;
    localHubName: string;
    isHubSelfManaged: boolean;
    isObservabilityInstalled: boolean;
};
export declare const fetchHubConfiguration: () => Promise<HubConfiguration | undefined>;
export declare const getCachedHubConfiguration: () => HubConfiguration | undefined;
//# sourceMappingURL=cachedHubConfiguration.d.ts.map