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