import { StorageBackend } from './types.js'; declare let storage: StorageBackend; export { storage };