import { AzureBlobStorageService, GCSStorageService, S3StorageService, StorageService } from './storage.service'; export * from './storage-helper.service'; export declare const storageService: { provide: typeof StorageService; useClass: typeof S3StorageService | typeof GCSStorageService | typeof AzureBlobStorageService; }; export { StorageService }; //# sourceMappingURL=index.d.ts.map