import DRTAccess_ from './drtAccess'; import ProactiveEngagement_ from './proactiveEngagement'; import Protection_ from './protection'; import ProtectionGroup_ from './protectionGroup'; export declare namespace Shield { const DRTAccess: typeof DRTAccess_; const ProactiveEngagement: typeof ProactiveEngagement_; const Protection: typeof Protection_; const ProtectionGroup: typeof ProtectionGroup_; type DRTAccess = DRTAccess_; type ProactiveEngagement = ProactiveEngagement_; type Protection = Protection_; type ProtectionGroup = ProtectionGroup_; }