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