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