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