import and from './and.js';
import compare from './compare.js';
import ifNode from './if.js';
import not from './not.js';
import switchNode from './switch.js';
export declare const nodes: (typeof and | typeof compare | typeof ifNode | typeof not | typeof switchNode)[];
//# sourceMappingURL=index.d.ts.map