import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { UnitTestRunResponseModel } from "./UnitTestRunResponseModel"; export declare const GetTestSuiteInvocationResponseModel: core.serialization.ObjectSchema; export declare namespace GetTestSuiteInvocationResponseModel { interface Raw { id: string; agent_id?: string | null; branch_id?: string | null; created_at?: number | null; test_runs: UnitTestRunResponseModel.Raw[]; } }