import type { LanguageAdapter } from '@opensip-cli/core/languages'; import type ts from 'typescript'; export declare const typescriptAdapter: LanguageAdapter; /** Plugin contract — exported as the lang plugin's `adapters` array. */ export declare const adapters: readonly [LanguageAdapter]; //# sourceMappingURL=adapter.d.ts.map