import type { AdapterAnnotation } from '../../intermediate/adapter-annotation'; import type { ImportContext } from '../../utils/imports'; /** * NOTE: The returned code string will not have any imports resolved so callers * need to call resolveImports() with the return value. */ export declare function generateInvalidConfigsCode(importContext: ImportContext, adapter: AdapterAnnotation): string;