/** * 用户侧常量 */ export declare const GAETWAY_PROTOCOL: { id: number; name: string; }[]; export declare const GATEWAY_STATUS: { id: number; name: string; }[]; export declare const DEVICE_STATUS: { value: number; text: string; }[]; export declare const PARENT_TYPE: { value: number; text: string; }[]; export declare const OPC_TERMINAL: { id: number; name: string; }[]; export declare const OPC_PROTOCOL: { id: number; name: string; }[]; export declare const SENSOR_TYPE: { value: number; text: string; }[]; export declare const DATA_SOURCE: { value: number; text: string; }[]; export declare const DATASOURCE_TYPE: ( | { id: string; name: string; } | { id: number; name: string; } )[]; export declare const ANOMALY_STATISTICS_DIMENSION: { id: number; name: string; }[]; export declare const BOARD_VISIBILITY: { id: number; name: string; }[]; export declare const BOARD_FILTERS: { id: string; name: string; }[]; export declare const DATA_ORIGIN: { value: number; text: string; }[]; export declare const DATA_TYPE: { value: number; text: string; }[]; export declare const DATAPOINT_STATUS: { value: number; text: string; }[]; export declare const ATTENTION_STATUS: { id: number; name: string; }[]; export declare const DIGITAL_MOUNT_WAY: { id: number; name: string; }[]; export declare const ANALOG_MOUNT_WAY: { id: number; name: string; }[]; export declare const TASK_RUN_RESULT: { id: number; name: string; }[]; export declare const TASK_STATUS: { id: number; name: string; }[]; export declare const Aggregation_List: { id: string; name: string; }[];