import { type OPERATION } from '../Remote-Operations-Information-Objects/OPERATION.oca.mjs';
/**
 * @summary ProbeAndAcknowledge
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * ProbeAndAcknowledge OPERATION ::= {probe | acknowledge}
 * ```
 *
 * @constant
 * @type {OPERATION[]}
 *
 */
export declare const ProbeAndAcknowledge: OPERATION[];
//# sourceMappingURL=ProbeAndAcknowledge.osa.d.mts.map