import { type H3Event } from 'h3'; import type { RouteCacheItem } from '../types/index.js'; export declare function setCachedResponse(event: H3Event, decoded: RouteCacheItem): void;