import { type ERROR } from '../Remote-Operations-Information-Objects/ERROR.oca.mjs';
/**
 * @summary refuse
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * refuse ERROR ::= {CODE  local:-1
 * }
 * ```
 *
 * @constant
 * @type {ERROR}
 * @implements {ERROR}
 */
export declare const refuse: ERROR;
//# sourceMappingURL=refuse.oa.d.mts.map