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