/** * Module errors. * * @module */ /** The ACL already contains the address. */ export declare const ECONTAIN: { readonly code: 0; readonly name: "ECONTAIN"; readonly doc: "The ACL already contains the address."; }; /** The ACL does not contain the address. */ export declare const ENOT_CONTAIN: { readonly code: 1; readonly name: "ENOT_CONTAIN"; readonly doc: "The ACL does not contain the address."; }; //# sourceMappingURL=errors.d.ts.map