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