/// import path from 'path'; import type { AdapterAnnotation } from '../../intermediate/adapter-annotation'; import type { Resource } from '../../intermediate/resource'; import type { CompilerPlugin } from '../../plugin'; export declare function generateAdapterTestModules(compilerBaseOutputDir: path.ParsedPath, adapter: AdapterAnnotation, resource: Resource, adaptersDirectoryName: string, plugin?: CompilerPlugin): import("../../intermediate/utils").StringMap;