import RotationSchedule_ from './rotationSchedule'; import ResourcePolicy_ from './resourcePolicy'; import Secret_ from './secret'; import SecretTargetAttachment_ from './secretTargetAttachment'; export declare namespace SecretsManager { const RotationSchedule: typeof RotationSchedule_; const ResourcePolicy: typeof ResourcePolicy_; const Secret: typeof Secret_; const SecretTargetAttachment: typeof SecretTargetAttachment_; type RotationSchedule = RotationSchedule_; type ResourcePolicy = ResourcePolicy_; type Secret = Secret_; type SecretTargetAttachment = SecretTargetAttachment_; }