import * as NodeTypes from "../nodeTypes"; import { Interpreter } from "../types"; export declare const Identifier: Interpreter; export declare const Literal: Interpreter; export declare const Apply: Interpreter; export declare const GetProperty: Interpreter; export declare const SetProperty: Interpreter; declare const _default: { Identifier: Interpreter; Literal: Interpreter; Apply: Interpreter; GetProperty: Interpreter; SetProperty: Interpreter; }; export default _default;