import { S3Client } from '@aws-sdk/client-s3'; declare const getS3Client: ({ region, endpoint, forcePathStyle, }: { region: string; endpoint?: string; forcePathStyle?: boolean; }) => S3Client; export { getS3Client };