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