export declare const AggregationPeriod: { readonly OneDay: "OneDay"; readonly OneHour: "OneHour"; readonly OneWeek: "OneWeek"; }; export type AggregationPeriod = (typeof AggregationPeriod)[keyof typeof AggregationPeriod]; export declare const ApplicationConfigType: { readonly SemtechGeoLocation: "SemtechGeolocation"; }; export type ApplicationConfigType = (typeof ApplicationConfigType)[keyof typeof ApplicationConfigType]; export declare const BatteryLevel: { readonly CRITICAL: "critical"; readonly LOW: "low"; readonly NORMAL: "normal"; }; export type BatteryLevel = (typeof BatteryLevel)[keyof typeof BatteryLevel]; export declare const SigningAlg: { readonly Ed25519: "Ed25519"; readonly P256r1: "P256r1"; }; export type SigningAlg = (typeof SigningAlg)[keyof typeof SigningAlg]; export declare const ConnectionStatus: { readonly CONNECTED: "Connected"; readonly DISCONNECTED: "Disconnected"; }; export type ConnectionStatus = (typeof ConnectionStatus)[keyof typeof ConnectionStatus]; export declare const EventNotificationTopicStatus: { readonly Disabled: "Disabled"; readonly Enabled: "Enabled"; }; export type EventNotificationTopicStatus = (typeof EventNotificationTopicStatus)[keyof typeof EventNotificationTopicStatus]; export declare const ExpressionType: { readonly MqttTopic: "MqttTopic"; readonly RuleName: "RuleName"; }; export type ExpressionType = (typeof ExpressionType)[keyof typeof ExpressionType]; export declare const SupportedRfRegion: { readonly AS923_1: "AS923-1"; readonly AS923_2: "AS923-2"; readonly AS923_3: "AS923-3"; readonly AS923_4: "AS923-4"; readonly AU915: "AU915"; readonly CN470: "CN470"; readonly CN779: "CN779"; readonly EU433: "EU433"; readonly EU868: "EU868"; readonly IN865: "IN865"; readonly KR920: "KR920"; readonly RU864: "RU864"; readonly US915: "US915"; }; export type SupportedRfRegion = (typeof SupportedRfRegion)[keyof typeof SupportedRfRegion]; export declare const DlClass: { readonly ClassB: "ClassB"; readonly ClassC: "ClassC"; }; export type DlClass = (typeof DlClass)[keyof typeof DlClass]; export declare const LogLevel: { readonly DISABLED: "DISABLED"; readonly ERROR: "ERROR"; readonly INFO: "INFO"; }; export type LogLevel = (typeof LogLevel)[keyof typeof LogLevel]; export declare const MulticastFrameInfo: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type MulticastFrameInfo = (typeof MulticastFrameInfo)[keyof typeof MulticastFrameInfo]; export declare const WirelessDeviceFrameInfo: { readonly DISABLED: "DISABLED"; readonly ENABLED: "ENABLED"; }; export type WirelessDeviceFrameInfo = (typeof WirelessDeviceFrameInfo)[keyof typeof WirelessDeviceFrameInfo]; export declare const PositioningConfigStatus: { readonly Disabled: "Disabled"; readonly Enabled: "Enabled"; }; export type PositioningConfigStatus = (typeof PositioningConfigStatus)[keyof typeof PositioningConfigStatus]; export declare const WirelessDeviceType: { readonly LoRaWAN: "LoRaWAN"; readonly Sidewalk: "Sidewalk"; }; export type WirelessDeviceType = (typeof WirelessDeviceType)[keyof typeof WirelessDeviceType]; export declare const WirelessGatewayTaskStatus: { readonly COMPLETED: "COMPLETED"; readonly FAILED: "FAILED"; readonly FIRST_RETRY: "FIRST_RETRY"; readonly IN_PROGRESS: "IN_PROGRESS"; readonly PENDING: "PENDING"; readonly SECOND_RETRY: "SECOND_RETRY"; }; export type WirelessGatewayTaskStatus = (typeof WirelessGatewayTaskStatus)[keyof typeof WirelessGatewayTaskStatus]; export declare const DeviceProfileType: { readonly LoRaWAN: "LoRaWAN"; readonly Sidewalk: "Sidewalk"; }; export type DeviceProfileType = (typeof DeviceProfileType)[keyof typeof DeviceProfileType]; export declare const DeviceState: { readonly PROVISIONED: "Provisioned"; readonly REGISTEREDNOTSEEN: "RegisteredNotSeen"; readonly REGISTEREDREACHABLE: "RegisteredReachable"; readonly REGISTEREDUNREACHABLE: "RegisteredUnreachable"; }; export type DeviceState = (typeof DeviceState)[keyof typeof DeviceState]; export declare const DimensionName: { readonly DeviceId: "DeviceId"; readonly GatewayId: "GatewayId"; }; export type DimensionName = (typeof DimensionName)[keyof typeof DimensionName]; export declare const PartnerType: { readonly Sidewalk: "Sidewalk"; }; export type PartnerType = (typeof PartnerType)[keyof typeof PartnerType]; export declare const DownlinkMode: { readonly CONCURRENT: "CONCURRENT"; readonly SEQUENTIAL: "SEQUENTIAL"; readonly USING_UPLINK_GATEWAY: "USING_UPLINK_GATEWAY"; }; export type DownlinkMode = (typeof DownlinkMode)[keyof typeof DownlinkMode]; export declare const Event: { readonly ACK: "ack"; readonly DISCOVERED: "discovered"; readonly LOST: "lost"; readonly NACK: "nack"; readonly PASSTHROUGH: "passthrough"; }; export type Event = (typeof Event)[keyof typeof Event]; export declare const IdentifierType: { readonly DevEui: "DevEui"; readonly GatewayEui: "GatewayEui"; readonly PartnerAccountId: "PartnerAccountId"; readonly WirelessDeviceId: "WirelessDeviceId"; readonly WirelessGatewayId: "WirelessGatewayId"; }; export type IdentifierType = (typeof IdentifierType)[keyof typeof IdentifierType]; export declare const EventNotificationPartnerType: { readonly Sidewalk: "Sidewalk"; }; export type EventNotificationPartnerType = (typeof EventNotificationPartnerType)[keyof typeof EventNotificationPartnerType]; export declare const EventNotificationResourceType: { readonly SidewalkAccount: "SidewalkAccount"; readonly WirelessDevice: "WirelessDevice"; readonly WirelessGateway: "WirelessGateway"; }; export type EventNotificationResourceType = (typeof EventNotificationResourceType)[keyof typeof EventNotificationResourceType]; export declare const FuotaDeviceStatus: { readonly Device_exist_in_conflict_fuota_task: "Device_exist_in_conflict_fuota_task"; readonly FragAlgo_unsupported: "FragAlgo_unsupported"; readonly FragIndex_unsupported: "FragIndex_unsupported"; readonly Initial: "Initial"; readonly MICError: "MICError"; readonly MemoryError: "MemoryError"; readonly MissingFrag: "MissingFrag"; readonly Not_enough_memory: "Not_enough_memory"; readonly Package_Not_Supported: "Package_Not_Supported"; readonly SessionCnt_replay: "SessionCnt_replay"; readonly Successful: "Successful"; readonly Wrong_descriptor: "Wrong_descriptor"; }; export type FuotaDeviceStatus = (typeof FuotaDeviceStatus)[keyof typeof FuotaDeviceStatus]; export declare const FuotaTaskEvent: { readonly Fuota: "Fuota"; }; export type FuotaTaskEvent = (typeof FuotaTaskEvent)[keyof typeof FuotaTaskEvent]; export declare const FuotaTaskType: { readonly LoRaWAN: "LoRaWAN"; }; export type FuotaTaskType = (typeof FuotaTaskType)[keyof typeof FuotaTaskType]; export declare const FuotaTaskStatus: { readonly Delete_Waiting: "Delete_Waiting"; readonly FuotaDone: "FuotaDone"; readonly FuotaSession_Waiting: "FuotaSession_Waiting"; readonly In_FuotaSession: "In_FuotaSession"; readonly Pending: "Pending"; }; export type FuotaTaskStatus = (typeof FuotaTaskStatus)[keyof typeof FuotaTaskStatus]; export declare const WirelessDeviceEvent: { readonly Downlink_Data: "Downlink_Data"; readonly Join: "Join"; readonly Registration: "Registration"; readonly Rejoin: "Rejoin"; readonly Uplink_Data: "Uplink_Data"; }; export type WirelessDeviceEvent = (typeof WirelessDeviceEvent)[keyof typeof WirelessDeviceEvent]; export declare const WirelessGatewayEvent: { readonly CUPS_Request: "CUPS_Request"; readonly Certificate: "Certificate"; }; export type WirelessGatewayEvent = (typeof WirelessGatewayEvent)[keyof typeof WirelessGatewayEvent]; export declare const WirelessGatewayType: { readonly LoRaWAN: "LoRaWAN"; }; export type WirelessGatewayType = (typeof WirelessGatewayType)[keyof typeof WirelessGatewayType]; export declare const SummaryMetricConfigurationStatus: { readonly Disabled: "Disabled"; readonly Enabled: "Enabled"; }; export type SummaryMetricConfigurationStatus = (typeof SummaryMetricConfigurationStatus)[keyof typeof SummaryMetricConfigurationStatus]; export declare const MetricName: { readonly AwsAccountActiveDeviceCount: "AwsAccountActiveDeviceCount"; readonly AwsAccountActiveGatewayCount: "AwsAccountActiveGatewayCount"; readonly AwsAccountDeviceCount: "AwsAccountDeviceCount"; readonly AwsAccountDownlinkCount: "AwsAccountDownlinkCount"; readonly AwsAccountGatewayCount: "AwsAccountGatewayCount"; readonly AwsAccountJoinAcceptCount: "AwsAccountJoinAcceptCount"; readonly AwsAccountJoinRequestCount: "AwsAccountJoinRequestCount"; readonly AwsAccountRoamingDownlinkCount: "AwsAccountRoamingDownlinkCount"; readonly AwsAccountRoamingUplinkCount: "AwsAccountRoamingUplinkCount"; readonly AwsAccountUplinkCount: "AwsAccountUplinkCount"; readonly AwsAccountUplinkLostCount: "AwsAccountUplinkLostCount"; readonly AwsAccountUplinkLostRate: "AwsAccountUplinkLostRate"; readonly DeviceDownlinkCount: "DeviceDownlinkCount"; readonly DeviceJoinAcceptCount: "DeviceJoinAcceptCount"; readonly DeviceJoinRequestCount: "DeviceJoinRequestCount"; readonly DeviceRSSI: "DeviceRSSI"; readonly DeviceRoamingDownlinkCount: "DeviceRoamingDownlinkCount"; readonly DeviceRoamingRSSI: "DeviceRoamingRSSI"; readonly DeviceRoamingSNR: "DeviceRoamingSNR"; readonly DeviceRoamingUplinkCount: "DeviceRoamingUplinkCount"; readonly DeviceSNR: "DeviceSNR"; readonly DeviceUplinkCount: "DeviceUplinkCount"; readonly DeviceUplinkLostCount: "DeviceUplinkLostCount"; readonly DeviceUplinkLostRate: "DeviceUplinkLostRate"; readonly GatewayDownTime: "GatewayDownTime"; readonly GatewayDownlinkCount: "GatewayDownlinkCount"; readonly GatewayJoinAcceptCount: "GatewayJoinAcceptCount"; readonly GatewayJoinRequestCount: "GatewayJoinRequestCount"; readonly GatewayRSSI: "GatewayRSSI"; readonly GatewaySNR: "GatewaySNR"; readonly GatewayUpTime: "GatewayUpTime"; readonly GatewayUplinkCount: "GatewayUplinkCount"; }; export type MetricName = (typeof MetricName)[keyof typeof MetricName]; export declare const MetricQueryStatus: { readonly Failed: "Failed"; readonly Succeeded: "Succeeded"; }; export type MetricQueryStatus = (typeof MetricQueryStatus)[keyof typeof MetricQueryStatus]; export declare const PositionResourceType: { readonly WirelessDevice: "WirelessDevice"; readonly WirelessGateway: "WirelessGateway"; }; export type PositionResourceType = (typeof PositionResourceType)[keyof typeof PositionResourceType]; export declare const PositionSolverProvider: { readonly SEMTECH: "Semtech"; }; export type PositionSolverProvider = (typeof PositionSolverProvider)[keyof typeof PositionSolverProvider]; export declare const PositionSolverType: { readonly GNSS: "GNSS"; }; export type PositionSolverType = (typeof PositionSolverType)[keyof typeof PositionSolverType]; export declare const PositionConfigurationFec: { readonly NONE: "NONE"; readonly ROSE: "ROSE"; }; export type PositionConfigurationFec = (typeof PositionConfigurationFec)[keyof typeof PositionConfigurationFec]; export declare const PositionConfigurationStatus: { readonly Disabled: "Disabled"; readonly Enabled: "Enabled"; }; export type PositionConfigurationStatus = (typeof PositionConfigurationStatus)[keyof typeof PositionConfigurationStatus]; export declare const WirelessGatewayServiceType: { readonly CUPS: "CUPS"; readonly LNS: "LNS"; }; export type WirelessGatewayServiceType = (typeof WirelessGatewayServiceType)[keyof typeof WirelessGatewayServiceType]; export declare const WirelessDeviceIdType: { readonly DevEui: "DevEui"; readonly SidewalkManufacturingSn: "SidewalkManufacturingSn"; readonly ThingName: "ThingName"; readonly WirelessDeviceId: "WirelessDeviceId"; }; export type WirelessDeviceIdType = (typeof WirelessDeviceIdType)[keyof typeof WirelessDeviceIdType]; export declare const WirelessDeviceSidewalkStatus: { readonly ACTIVATED: "ACTIVATED"; readonly PROVISIONED: "PROVISIONED"; readonly REGISTERED: "REGISTERED"; readonly UNKNOWN: "UNKNOWN"; }; export type WirelessDeviceSidewalkStatus = (typeof WirelessDeviceSidewalkStatus)[keyof typeof WirelessDeviceSidewalkStatus]; export declare const ImportTaskStatus: { readonly COMPLETE: "COMPLETE"; readonly DELETING: "DELETING"; readonly FAILED: "FAILED"; readonly INITIALIZED: "INITIALIZED"; readonly INITIALIZING: "INITIALIZING"; readonly PENDING: "PENDING"; }; export type ImportTaskStatus = (typeof ImportTaskStatus)[keyof typeof ImportTaskStatus]; export declare const WirelessGatewayIdType: { readonly GatewayEui: "GatewayEui"; readonly ThingName: "ThingName"; readonly WirelessGatewayId: "WirelessGatewayId"; }; export type WirelessGatewayIdType = (typeof WirelessGatewayIdType)[keyof typeof WirelessGatewayIdType]; export declare const OnboardStatus: { readonly FAILED: "FAILED"; readonly INITIALIZED: "INITIALIZED"; readonly ONBOARDED: "ONBOARDED"; readonly PENDING: "PENDING"; }; export type OnboardStatus = (typeof OnboardStatus)[keyof typeof OnboardStatus]; export declare const WirelessGatewayTaskDefinitionType: { readonly UPDATE: "UPDATE"; }; export type WirelessGatewayTaskDefinitionType = (typeof WirelessGatewayTaskDefinitionType)[keyof typeof WirelessGatewayTaskDefinitionType]; export declare const MessageType: { readonly CUSTOM_COMMAND_ID_GET: "CUSTOM_COMMAND_ID_GET"; readonly CUSTOM_COMMAND_ID_NOTIFY: "CUSTOM_COMMAND_ID_NOTIFY"; readonly CUSTOM_COMMAND_ID_RESP: "CUSTOM_COMMAND_ID_RESP"; readonly CUSTOM_COMMAND_ID_SET: "CUSTOM_COMMAND_ID_SET"; }; export type MessageType = (typeof MessageType)[keyof typeof MessageType];