import type { CacheService } from '../src/types.ts'; declare let cache: CacheService; export { cache as default };