import { InterpreterSpecSingle, InterpreterFunction } from '../types'; /** * @function syncInterpreter * @returns {Interpreter} */ export declare const syncInterpreter: (spec: InterpreterSpecSingle) => InterpreterFunction;