import { Call, FileJp } from "@specs-feup/clava/api/Joinpoints.js"; /** * Checks if the given joinpoint represents a call to an implicit function. * * @param callJp The call join point to analyze */ export declare function isCallToImplicitFunction(callJp: Call): boolean; /** * Computes the index of a call in a file * @param fileJp The file to search in * @param callJp The call to find * @returns The index of the call or -1 if not found */ export declare function getCallIndex(fileJp: FileJp, callJp: Call): number; //# sourceMappingURL=CallUtils.d.ts.map