import { Schema } from 'airtight';
import { NodeEvalMode } from '../types/index.js';
export declare const NodeEvalModeSchema: Schema<NodeEvalMode>;
