import { TestRunResponse } from "../types"; export declare const testRunUnresolvedResponse: TestRunResponse; export declare const testRunOkResponse: TestRunResponse; export declare const testRunNewResponse: TestRunResponse; export declare const testRunAutoApprovedResponse: TestRunResponse;