import { S3 } from 'aws-sdk';
export declare const getDownloadUrl: (bucket: string, path: string, expireSeconds?: number, s3Config?: S3.ClientConfiguration) => string;
