declare const _exports: {
    canInstrument?: boolean;
    createTransformer?: (options?: babel.TransformOptions) => import("@jest/transform").SyncTransformer<babel.TransformOptions>;
    getCacheKey?: (sourceText: string, sourcePath: string, options: import("@jest/transform").TransformOptions<babel.TransformOptions>) => string;
    getCacheKeyAsync?: (sourceText: string, sourcePath: string, options: import("@jest/transform").TransformOptions<babel.TransformOptions>) => Promise<string>;
    process: (sourceText: string, sourcePath: string, options: import("@jest/transform").TransformOptions<babel.TransformOptions>) => import("@jest/transform").TransformedSource;
    processAsync?: (sourceText: string, sourcePath: string, options: import("@jest/transform").TransformOptions<babel.TransformOptions>) => Promise<import("@jest/transform").TransformedSource>;
};
export = _exports;
