import type { ResponseCacheHubOptions, ResponseCacheOptions } from "response-cache-kit"; import type { VextCacheConfig } from "../types/app.js"; export declare function resolveVextResponseCacheOptions(config: VextCacheConfig | undefined): ResponseCacheOptions; export declare function resolveVextResponseCacheHubOptions(config: VextCacheConfig | undefined): ResponseCacheHubOptions;