import { S3Client, S3ClientConfigType } from "@aws-sdk/client-s3"; export declare const getS3clientService: (options?: S3ClientConfigType) => S3Client; //# sourceMappingURL=get-s3client.service.d.ts.map