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