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