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