import * as s3 from "aws-cdk-lib/aws-s3";
import { Construct } from "constructs";
export declare class S3Factory {
    static bucket(scope: Construct, id: string, props: s3.BucketProps): s3.Bucket;
}
