/** * Audit-tests subagent — read-only test quality auditor. * * This subagent reviews test files provided by the parent agent, * explores the repo's existing testing conventions, and produces * a detailed audit report with actionable improvement recommendations. */ import type { HarnessSubagent } from '@mastra/core/harness'; export declare const auditTestsSubagent: HarnessSubagent; //# sourceMappingURL=audit-tests.d.ts.map