import { AppStateT } from "../../store/app-state"; import { GetKeyArguments } from "./reducer"; export declare const createSelectAssignedColors: (args: GetKeyArguments) => (state: AppStateT) => { [dimensionName: string]: string; }; export declare const selectGlobal: (state: AppStateT) => import("./reducer").StateT; export declare const selectCommonMin: import("reselect").OutputParametricSelector { charts: { [chartUuid: string]: number; }; currentExtreme: number; }>; export declare const selectCommonMax: import("reselect").OutputParametricSelector { charts: { [chartUuid: string]: number; }; currentExtreme: number; }>; export declare const selectGlobalSelection: import("reselect").OutputSelector number>; export declare const selectGlobalSelectionMaster: import("reselect").OutputSelector string>; export declare const selectGlobalPanAndZoom: import("reselect").OutputSelector { after: number; before: number; masterID?: string; shouldForceTimeRange?: boolean; }>; export declare const selectDefaultAfter: import("reselect").OutputSelector number>; export declare const selectGlobalChartUnderlay: import("reselect").OutputSelector { after: number; before: number; masterID: string; }>; export declare const selectHasWindowFocus: import("reselect").OutputSelector boolean>; export declare const selectGlobalPause: import("reselect").OutputSelector boolean>; export declare const selectSnapshot: import("reselect").OutputSelector import("./types").Snapshot>; export declare const selectRegistry: import("reselect").OutputSelector { cloudBaseURL: string; hasFetchedHello: boolean; isHelloCallError: boolean; hasFetchedInfo: boolean; hostname: string; isCloudEnabled: boolean; isCloudAvailable: boolean; isAgentClaimed: boolean; isACLKAvailable: boolean; hasStartedInfo: boolean; fullInfoPayload: { version: string; uid: string; mirrored_hosts: string[]; mirrored_hosts_status: { guid: string; reachable: boolean; claim_id: any; }[]; alarms: { normal: number; warning: number; critical: number; }; os_name: string; os_id: string; os_id_like: string; os_version: string; os_version_id: string; os_detection: string; cores_total: string; total_disk_space: string; cpu_freq: string; ram_total: string; container_os_name: string; container_os_id: string; container_os_id_like: string; container_os_version: string; container_os_version_id: string; is_k8s_node: string; kernel_name: string; kernel_version: string; architecture: string; virtualization: string; virt_detection: string; container: string; container_detection: string; host_labels: { _os_name: string; _os_version: string; _kernel_version: string; _system_cores: string; _system_cpu_freq: string; _system_ram_total: string; _system_disk_space: string; _architecture: string; _virtualization: string; _container: string; _container_detection: string; _virt_detection: string; _is_k8s_node: string; _is_parent: string; }; collectors: { plugin: string; module: string; }[]; "cloud-enabled": boolean; "cloud-available": boolean; "agent-claimed": boolean; "aclk-available": boolean; }; isFetchingHello: boolean; machineGuid: string; personGuid: string; registryMachines: { [key: string]: import("./sagas").RegistryMachine; }; registryMachinesArray: import("./sagas").RegistryMachine[]; registryServer: string; }>; export declare const selectCloudBaseUrl: import("reselect").OutputSelector string>; export declare const utmParametersToString: (utmParameters?: {}) => string; export declare const selectSignInUrl: (utmParameters: any) => import("reselect").OutputSelector string>; export declare const selectIsFetchingHello: import("reselect").OutputSelector boolean>; export declare const selectIsUsingGlobalRegistry: import("reselect").OutputSelector boolean>; export declare const selectIsCloudEnabled: import("reselect").OutputSelector boolean>; export declare const selectHasFetchedInfo: import("reselect").OutputSelector boolean>; export declare const selectFullInfoPayload: import("reselect").OutputSelector { version: string; uid: string; mirrored_hosts: string[]; mirrored_hosts_status: { guid: string; reachable: boolean; claim_id: any; }[]; alarms: { normal: number; warning: number; critical: number; }; os_name: string; os_id: string; os_id_like: string; os_version: string; os_version_id: string; os_detection: string; cores_total: string; total_disk_space: string; cpu_freq: string; ram_total: string; container_os_name: string; container_os_id: string; container_os_id_like: string; container_os_version: string; container_os_version_id: string; is_k8s_node: string; kernel_name: string; kernel_version: string; architecture: string; virtualization: string; virt_detection: string; container: string; container_detection: string; host_labels: { _os_name: string; _os_version: string; _kernel_version: string; _system_cores: string; _system_cpu_freq: string; _system_ram_total: string; _system_disk_space: string; _architecture: string; _virtualization: string; _container: string; _container_detection: string; _virt_detection: string; _is_k8s_node: string; _is_parent: string; }; collectors: { plugin: string; module: string; }[]; "cloud-enabled": boolean; "cloud-available": boolean; "agent-claimed": boolean; "aclk-available": boolean; }>; export declare const selectHasStartedAlarms: import("reselect").OutputSelector unknown>; export declare const selectActiveAlarms: import("reselect").OutputSelector import("./types").ActiveAlarms>; export declare const selectAlarm: import("reselect").OutputSelector import("./types").Alarm>; export declare const selectSpacePanelIsActive: import("reselect").OutputSelector boolean>; export declare const selectSpacePanelTransitionEndIsActive: import("reselect").OutputSelector boolean>; export declare const selectOptions: import("reselect").OutputSelector import("./options").Options>; export declare const createSelectOption: (optionName: T) => import("reselect").OutputSelector import("./options").Options[T]>; export declare const selectDestroyOnHide: import("reselect").OutputSelector boolean>; export declare const selectStopUpdatesWhenFocusIsLost: import("reselect").OutputSelector boolean>; export declare const selectShouldEliminateZeroDimensions: import("reselect").OutputSelector boolean>; export declare const selectIsAsyncOnScroll: import("reselect").OutputSelector boolean>; export declare const selectParallelRefresher: import("reselect").OutputSelector boolean>; export declare const selectConcurrentRefreshes: import("reselect").OutputSelector boolean>; export declare const selectSyncSelection: import("reselect").OutputSelector boolean>; export declare const selectSyncPanAndZoom: import("reselect").OutputSelector boolean>; export declare const selectTheme: import("reselect").OutputSelector any>; export declare const selectShowHelp: import("reselect").OutputSelector boolean>; export declare const selectPanAndZoomDataPadding: import("reselect").OutputSelector boolean>; export declare const selectSmoothPlot: import("reselect").OutputSelector boolean>; export declare const selectUnitsScalingMethod: import("reselect").OutputSelector "auto" | "original">; export declare const selectTemperatureSetting: import("reselect").OutputSelector "celsius" | "fahrenheit">; export declare const selectSecondsAsTimeSetting: import("reselect").OutputSelector boolean>; export declare const selectTimezoneSetting: import("reselect").OutputSelector string>; export declare const selectUTCOffsetSetting: import("reselect").OutputSelector string | number>; export declare const selectUserSetServerTimezone: import("reselect").OutputSelector string>; export declare const selectChartsMetadata: import("reselect").OutputSelector import("./types").ChartsMetadata>; export declare const selectChartMetadataFromChartsCall: import("reselect").OutputParametricSelector import("../chart/chart-types").ChartMetadata>; export declare const selectUserNodeAccess: import("reselect").OutputSelector import("./types").UserNodeAccessMessage>;