import type { JSCodeshift } from 'jscodeshift';
declare const jestGlobalsImport: (fileInfo: {
    path: string;
    source: string;
}, api: {
    jscodeshift: JSCodeshift;
}) => string;
export default jestGlobalsImport;
