/// import type { AdapterAnnotation } from '../../../intermediate/adapter-annotation'; import type { ModelInfo } from '../../../intermediate/model-info'; import type { GraphQLResource } from '../../../intermediate/resource'; import type path from 'path'; import type { CompilerPlugin } from '../../../plugin'; export declare function generateGraphQLAdapter(resource: GraphQLResource, typescriptFilePath: path.ParsedPath, compilerBaseOutputDir: path.ParsedPath, adapterAnnotation: AdapterAnnotation, modelInfo: ModelInfo, plugin?: CompilerPlugin): string;