import type { AdapterAnnotation } from '../../intermediate/adapter-annotation'; import type { Resource } from '../../intermediate/resource'; import type { ImportContext } from '../../utils/imports'; export declare function generateCacheFunction(context: ImportContext, adapterAnnotation: AdapterAnnotation, resource: Resource): string;