import { QaProfile } from '@mcoda/shared/qa/QaProfile.js'; import { QaAdapter } from './QaAdapter.js'; import { QaContext, QaEnsureResult, QaRunResult } from './QaTypes.js'; export declare class CliQaAdapter implements QaAdapter { private resolveCwd; ensureInstalled(profile: QaProfile, ctx: QaContext): Promise; private persistLogs; private formatCommandHeader; private runCommand; invoke(profile: QaProfile, ctx: QaContext): Promise; } //# sourceMappingURL=CliQaAdapter.d.ts.map