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