import { ServiceReportCause } from '../SecurityAuditTrail-ASN1Module/ServiceReportCause.ta.mjs'; /** * @summary otherReason * @description * * ### ASN.1 Definition: * * ```asn1 * otherReason ServiceReportCause ::= {serviceReportCause 6} * ``` * * @constant */ export declare const otherReason: ServiceReportCause; //# sourceMappingURL=otherReason.va.d.mts.map