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