import type * as ElevenLabs from "../index";
/**
 * Reference to a tool for unit test evaluation.
 */
export interface ReferencedToolCommonModel {
    /** The ID of the tool */
    id: string;
    /** The type of the tool */
    type: ElevenLabs.ReferencedToolCommonModelType;
}
