| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/ts-jest/dist/transformers/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/ts-jest/dist/transformers/hoist-jest.d.ts |
import type _ts from 'typescript';
import type { TsCompilerInstance } from '../types';
export declare const version = 4;
export declare const name = "hoist-jest";
export declare function factory({ configSet }: TsCompilerInstance): (ctx: _ts.TransformationContext) => _ts.Transformer<_ts.SourceFile>;