import { S3Client } from '@aws-sdk/client-s3'; import { Docker } from '@paradoxical-io/common-server/dist/test/docker'; export declare class S3Docker { container: Docker; s3: S3Client; constructor(container: Docker, s3: S3Client); newBucket(bucket?: string): Promise; } export declare function newS3Docker(): Promise; //# sourceMappingURL=docker.d.ts.map