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