import { Expression } from 'ts-morph'; /** * * @param exp * @returns */ export declare function getCalledValueFromExpression(exp: Expression): string;