import * as iam from 'aws-cdk-lib/aws-iam'; import { Construct } from 'constructs'; export declare class Spring { static allowParameterStoreAccessForSpringCloudAws(scope: Construct, serviceName: string, role: iam.IRole): void; static allowSecretsManagerAccessForSpringCloudAws(scope: Construct, serviceName: string, role: iam.IRole): void; }