import type { NewTaskActionFunction } from "../../../types/tasks.js";
interface TestActionArguments {
    testFiles: string[];
    chainType: string;
    grep: string | undefined;
    noCompile: boolean;
}
declare const runAllTests: NewTaskActionFunction<TestActionArguments>;
export default runAllTests;
//# sourceMappingURL=task-action.d.ts.map