import { InterpreterSpecSingle, InterpreterFunction } from '../types'; export declare const asyncInterpreter: (spec: InterpreterSpecSingle) => InterpreterFunction;