export declare const s3StorageEnv: { bucket: string; region: string; accessKeyId: string; secretAccessKey: string; endpoint: string; tmpPath: string; enableVersioning: boolean | undefined; }; //# sourceMappingURL=S3StorageEnv.d.ts.map