import { AstNode, MatchResult } from '../types'; export declare const or: (input: any[], node: AstNode, interpreter: any) => MatchResult;