import { type OPERATION } from '../Remote-Operations-Information-Objects/OPERATION.oca.mjs';
/**
 * @summary Reverse
 * @description
 *
 * **This production was manually written in TypeScript.**
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * Reverse{OPERATION:OperationSet} OPERATION ::= {Forward{{OperationSet.&Linked}}}
 * ```
 *
 * @type {OPERATION}
 */
export declare function Reverse(OperationSet: OPERATION[]): OPERATION[];
//# sourceMappingURL=Reverse.osa.d.mts.map