import type { CacheManager } from 'cache' declare module 'h3' { interface H3EventContext { cache: CacheManager } }