import type { Context } from "../../types";
import type { CacheConfig, WithCacheConfig } from "../types";
export declare const getAllCacheConfigsFromConfig: (context: Context, configWithCache: WithCacheConfig) => CacheConfig[];
