import type { Collection, JSCodeshift } from 'jscodeshift'; export declare const replaceJestObjectWithVi: (j: JSCodeshift, source: Collection) => void;