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