export declare const storageEnv: { type: string; fs: { basePath: string; tmpPath: string; } | undefined; s3: { bucket: string; region: string; accessKeyId: string; secretAccessKey: string; endpoint: string; tmpPath: string; enableVersioning: boolean | undefined; } | undefined; }; //# sourceMappingURL=StorageEnv.d.ts.map