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