/** * ASN.1 Encoding Utilities * Shared utilities for ASN.1 DER encoding operations */ /** * Encode ASN.1 length field according to DER rules * @param length The length value to encode * @returns Buffer containing the encoded length */ export declare function encodeLength(length: number): Buffer; //# sourceMappingURL=asn1-utils.d.ts.map