import type * as ElevenLabs from "../../api/index"; import * as core from "../../core"; import * as serializers from "../index"; export declare const AstLessThanOperatorNodeInput: core.serialization.ObjectSchema; export declare namespace AstLessThanOperatorNodeInput { interface Raw { left: serializers.AstNodeInput.Raw; right: serializers.AstNodeInput.Raw; } }