import { THandler } from "../types"; export declare const CallExpression: THandler; export declare const NewExpression: THandler;