import type * as AWS from '@aws-sdk/client-s3'; interface GenerateURLArgs { bucket: string; collectionPrefix?: string; endpoint?: AWS.S3ClientConfig['endpoint']; filename: string; prefix: string; useCompositePrefixes?: boolean; } export declare function generateURL({ bucket, collectionPrefix, endpoint, filename, prefix, useCompositePrefixes, }: GenerateURLArgs): string; export {}; //# sourceMappingURL=generateURL.d.ts.map