import type * as ElevenLabs from "../../api/index";
import * as core from "../../core";
import type * as serializers from "../index";
export declare const CreateResponseUnitTestRequestDynamicVariablesValue: core.serialization.Schema<serializers.CreateResponseUnitTestRequestDynamicVariablesValue.Raw, ElevenLabs.CreateResponseUnitTestRequestDynamicVariablesValue>;
export declare namespace CreateResponseUnitTestRequestDynamicVariablesValue {
    type Raw = string | number | number | boolean;
}
