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