import type { OCTET_STRING } from "@wildboar/asn1"; /** * @summary Convert an X.213 NSAP Address to a string * @param {Uint8Array} naddr The network address to be converted to a URI * @returns {string | undefined} The URI, if one can be created; or `undefined` * @function */ export declare function naddrToURI(naddr: OCTET_STRING): string | undefined; export default naddrToURI; //# sourceMappingURL=naddrToURI.d.mts.map