import * as t from '@babel/types'; /** * Get the callee name from an expression: ... = useGT(); */ export declare function getCalleeNameFromExpressionWrapper(expr: t.Expression | null | undefined): { namespaceName: string | null; functionName: string | null; }; //# sourceMappingURL=getCalleeNameFromExpressionWrapper.d.ts.map