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