import type { MultiCacheApp } from '../../types.js';
/**
 * Get the nuxt-multi-cache app.
 */
export declare function useMultiCacheApp(): MultiCacheApp;
