/** * Module errors. * * @module */ /** Specified major version number must be greater than current version number. */ export declare const EINVALID_MAJOR_VERSION_NUMBER: { readonly code: 1; readonly name: "EINVALID_MAJOR_VERSION_NUMBER"; readonly doc: "Specified major version number must be greater than current version number."; }; /** Account is not authorized to make this change. */ export declare const ENOT_AUTHORIZED: { readonly code: 2; readonly name: "ENOT_AUTHORIZED"; readonly doc: "Account is not authorized to make this change."; }; //# sourceMappingURL=errors.d.ts.map