import type { LoadData } from './cache-loader'; export declare function defineCacheFunction(fn: LoadData): (...args: A) => R;