import { OCTET_STRING } from "@wildboar/asn1"; import * as $ from "@wildboar/asn1/functional"; /** * @summary Certificates * @description * * ### ASN.1 Definition: * * ```asn1 * Certificates ::= [XER:BASE64] OCTET STRING * ``` */ export type Certificates = OCTET_STRING; export declare const _decode_Certificates: $.ASN1Decoder; export declare const _encode_Certificates: $.ASN1Encoder; //# sourceMappingURL=Certificates.ta.d.mts.map