import type * as ElevenLabs from "../index";
export interface ConstantSchemaOverride {
    /** The constant value to use */
    constantValue: ElevenLabs.ConstantSchemaOverrideConstantValue;
}
