import type { ResourceParamInfo } from '..'; import type { AdapterAnnotation } from '../../../intermediate/adapter-annotation'; import type { ModelInfo } from '../../../main'; import type { ImportContext } from '../../../utils/imports'; export declare function generateGraphQLAdapterTypeCheck(importContext: ImportContext, adapter: AdapterAnnotation, paramInfos: ResourceParamInfo[], modelInfo: ModelInfo): string;