export declare const getS3ImageUri: (imagePath: string, subdomain: string, filePath: string, basePath: string | undefined, opts?: {
    bucketName?: string;
    region?: string;
}) => string;
