import type { AdapterAnnotation } from '../../intermediate/adapter-annotation'; import type { ModelInfo } from '../../intermediate/model-info'; import type { Resource } from '../../intermediate/resource'; import type { ImportContext } from '../../utils/imports'; export declare const ADAPTER_COERCE_KEY_PARAM_FUNCTION_IDENTIFIER = "coerceKeyParam"; export declare function generateKeyParamCoercionFunction(importContext: ImportContext, adapterAnnotation: AdapterAnnotation, resource: Resource, modelInfo: ModelInfo): string;