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