import { cancelFailed_ParameterType } from '../Remote-Operations-Useful-Definitions/cancelFailed-ParameterType.ta.mjs';
import { type ERROR } from '../Remote-Operations-Information-Objects/ERROR.oca.mjs';
/**
 * @summary cancelFailed
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * cancelFailed ERROR ::= {
 *   PARAMETER  SET {problem    [0]  CancelProblem,
 *                   operation  [1]  InvokeId}
 *   CODE       local:-2
 * }
 * ```
 *
 * @constant
 * @type {ERROR<cancelFailed_ParameterType>}
 * @implements {ERROR<cancelFailed_ParameterType>}
 */
export declare const cancelFailed: ERROR<cancelFailed_ParameterType>;
//# sourceMappingURL=cancelFailed.oa.d.mts.map