import type { Collection, JSCodeshift } from 'jscodeshift'; export declare const getApisFromCallExpression: (j: JSCodeshift, source: Collection) => string[];