import { type TrivetResults, type TrivetTestSuite } from '@ironclad/trivet'; export type TrivetState = { testSuites: TrivetTestSuite[]; selectedTestSuiteId?: string; editingTestCaseId?: string; recentTestResults?: TrivetResults; runningTests: boolean; }; export declare const trivetState: import("recoil").RecoilState; export declare const trivetTestsRunningState: import("recoil").RecoilValueReadOnly; //# sourceMappingURL=trivet.d.ts.map