import type { ModelInfo } from '../../intermediate/model-info'; import type { ConfigShape } from './index'; import type { ImportContext } from '../../utils/imports'; import type { AdapterAnnotation } from '../../intermediate/adapter-annotation'; export declare function generateAdapterConfigInterface(importContext: ImportContext, configShape: ConfigShape, adapterAnnotation: AdapterAnnotation, modelInfo: ModelInfo): string;