import { IGrantable } from 'aws-cdk-lib/aws-iam'; import { Construct } from 'constructs'; export declare class SonatypeOssIndexCredentials { static allowAccessTo(scope: Construct, target: IGrantable): void; private static importedSecret; }