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