import type { StorageService } from '../../storage/storage.js'; export declare function initializeStorageService(): void; export declare function getStorageService(): StorageService; export declare function resetStorageService(): void; //# sourceMappingURL=storage-singleton.d.ts.map