import { Interpreter_T } from './index'; export declare function useInterpreter(createInterpreter: () => Interpreter_T): any;