import { ts } from 'ts-morph'; import type { SourceFile } from 'ts-morph'; /** Find call expressions with an argument of the provided name */ export declare const findCallExpressionsWithArg: (sourceFile: SourceFile, argumentText: string) => import("ts-morph").CallExpression[];