import { type OPERATION } from "../CommonProtocolSpecification/OPERATION.oca.mjs"; /** * @summary dSAShadowBind * @description * * ### ASN.1 Definition: * * ```asn1 * dSAShadowBind OPERATION ::= dSABind * ``` * * @constant * @type {OPERATION} * @implements {OPERATION} */ export declare const dSAShadowBind: OPERATION; //# sourceMappingURL=dSAShadowBind.oa.d.mts.map