import { NULL } from '@wildboar/asn1'; import * as $ from '@wildboar/asn1/functional'; /** * @summary TestInfrastructureTestResults * @description * * ### ASN.1 Definition: * * ```asn1 * TestInfrastructureTestResults ::= NULL * ``` */ export type TestInfrastructureTestResults = NULL; export declare const _decode_TestInfrastructureTestResults: $.ASN1Decoder; export declare const _encode_TestInfrastructureTestResults: $.ASN1Encoder; //# sourceMappingURL=TestInfrastructureTestResults.ta.d.mts.map