export declare const AuthenticationMethod: { readonly SignatureVersion4: "SignatureVersion4"; readonly X509ClientCertificate: "X509ClientCertificate"; }; export type AuthenticationMethod = (typeof AuthenticationMethod)[keyof typeof AuthenticationMethod]; export declare const Protocol: { readonly MqttV3_1_1: "MqttV3_1_1"; readonly MqttV3_1_1_OverWebSocket: "MqttV3_1_1_OverWebSocket"; readonly MqttV5: "MqttV5"; readonly MqttV5_OverWebSocket: "MqttV5_OverWebSocket"; }; export type Protocol = (typeof Protocol)[keyof typeof Protocol]; export declare const SuiteRunStatus: { readonly CANCELED: "CANCELED"; readonly ERROR: "ERROR"; readonly FAIL: "FAIL"; readonly PASS: "PASS"; readonly PASS_WITH_WARNINGS: "PASS_WITH_WARNINGS"; readonly PENDING: "PENDING"; readonly RUNNING: "RUNNING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; }; export type SuiteRunStatus = (typeof SuiteRunStatus)[keyof typeof SuiteRunStatus]; export declare const Status: { readonly CANCELED: "CANCELED"; readonly ERROR: "ERROR"; readonly FAIL: "FAIL"; readonly PASS: "PASS"; readonly PASS_WITH_WARNINGS: "PASS_WITH_WARNINGS"; readonly PENDING: "PENDING"; readonly RUNNING: "RUNNING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; }; export type Status = (typeof Status)[keyof typeof Status]; export declare const TestCaseScenarioStatus: { readonly CANCELED: "CANCELED"; readonly ERROR: "ERROR"; readonly FAIL: "FAIL"; readonly PASS: "PASS"; readonly PASS_WITH_WARNINGS: "PASS_WITH_WARNINGS"; readonly PENDING: "PENDING"; readonly RUNNING: "RUNNING"; readonly STOPPED: "STOPPED"; readonly STOPPING: "STOPPING"; }; export type TestCaseScenarioStatus = (typeof TestCaseScenarioStatus)[keyof typeof TestCaseScenarioStatus]; export declare const TestCaseScenarioType: { readonly Advanced: "Advanced"; readonly Basic: "Basic"; }; export type TestCaseScenarioType = (typeof TestCaseScenarioType)[keyof typeof TestCaseScenarioType];