import type * as ElevenLabs from "../index";
export interface AstLessThanOperatorNodeOutput {
    /** Left operand of the binary operator. */
    left: ElevenLabs.AstLessThanOperatorNodeOutputLeft;
    /** Right operand of the binary operator. */
    right: ElevenLabs.AstLessThanOperatorNodeOutputRight;
}
