import { FileStorageBackend, FileHandlerConfig } from '../types'; export declare class FileStorageBackendSelector { private static instance; private backends; private constructor(); static getInstance(): FileStorageBackendSelector; selectBackend(config?: FileHandlerConfig | undefined): Promise; private autoSelectBackend; private createBackend; private testSupabaseConnection; private testS3Connection; private testAzureConnection; private testGCPConnection; private testLocalConnection; } //# sourceMappingURL=backend-selector.d.ts.map