import type { BubbleCacheability, CacheableItemInterface } from '../types/index.js'; import type { H3Event } from 'h3'; import type { CacheabilityInterface } from './CacheabilityInterface.js'; export declare function bubbleCacheability(item: CacheableItemInterface | CacheabilityInterface, event: H3Event, value?: BubbleCacheability): void;