import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import type * as serializers from "../index"; import { TestRunMetadataTestType } from "./TestRunMetadataTestType"; export declare const TestRunMetadata: core.serialization.ObjectSchema; export declare namespace TestRunMetadata { interface Raw { workspace_id: string; test_name: string; ran_by_user_email: string; test_type?: TestRunMetadataTestType.Raw | null; } }