import { type APPLICATION_CONTEXT } from "../DirectoryOSIProtocols/APPLICATION-CONTEXT.oca.mjs"; /** * @summary shadowConsumerInitiatedAsynchronousAC * @description * * ### ASN.1 Definition: * * ```asn1 * shadowConsumerInitiatedAsynchronousAC APPLICATION-CONTEXT ::= { * BIND-OPERATION dSAShadowBind * OPERATIONS {requestShadowUpdate | * updateShadow} * APPLICATION CONTEXT NAME id-ac-shadowConsumerInitiatedAsynchronousAC } * ``` * * @constant * @type {APPLICATION_CONTEXT} * @implements {APPLICATION_CONTEXT} */ export declare const shadowConsumerInitiatedAsynchronousAC: APPLICATION_CONTEXT; //# sourceMappingURL=shadowConsumerInitiatedAsynchronousAC.oa.d.mts.map