import { IGrantable } from 'aws-cdk-lib/aws-iam'; export declare class DockerHubPullThroughCache { static allowAccessTo(target: IGrantable): void; }