import type * as ElevenLabs from "../index";
export interface AstOrOperatorNodeInput {
    /** Child nodes of the logical operator. */
    children: ElevenLabs.AstOrOperatorNodeInputChildrenItem[];
}
