Version: 1.0.09.0.310.0.010.0.110.0.211.0.011.0.111.0.212.0.012.0.112.0.212.1.012.1.1-alpha.2935e14d12.1.2-alpha.6230044c12.1.2-alpha.a482b15c12.1.3-alpha.6230044c12.1.4-alpha.a737c6e512.1.5-alpha.b532242213.0.013.2.113.2.213.2.3-alpha.ffc7404b13.3.0-alpha.4eb0c90813.3.0-alpha.8b48d59e13.3.0-alpha.a44f195f13.3.0-alpha.ffc7404b13.3.0-alpha.g8b48d5913.4.0-alpha.d263200614.0.014.1.014.1.114.2.0-alpha.ca8bfb6e14.2.1-alpha.e21d71a414.2.2-alpha.22bd3c3314.3.0-alpha.d13c163e14.3.1-alpha.410cb91a14.3.2-alpha.83c2541715.0.015.2.0-alpha.c681f81916.0.016.1.0-alpha.691b0e2217.0.218.0.018.5.0-alpha.7da3df3919.0.019.1.0-alpha.eed8203419.2.0-alpha.993e64af19.3.0-alpha.8540225420.0.020.0.120.0.220.0.320.1.0-alpha.120.1.0-alpha.220.1.0-alpha.320.1.0-beta.120.1.0-chi.120.1.0-delta.120.1.0-delta.220.1.0-delta.320.1.0-delta.420.1.0-delta.520.1.0-echo.121.0.0-alpha.121.0.0-alpha.221.0.0-beta.121.0.021.0.221.2.021.3.0-alpha.1e3ee68e21.3.0-alpha.eff7a1cf21.3.0-beta.121.3.0-beta.221.3.0-beta.321.3.0-beta.421.3.0-beta.521.3.0-beta.621.3.0-beta.721.3.0-beta.821.3.0-beta.921.3.0-beta.1021.3.0-beta.1121.3.0-beta.1221.3.0-beta.1321.3.0-beta.1421.3.0-beta.1522.0.022.0.122.0.222.0.322.0.622.1.022.2.022.4.122.4.322.4.423.0.0-alpha.023.0.0-alpha.123.0.0-alpha.223.0.0-alpha.423.0.0-alpha.523.0.0-alpha.723.0.0-alpha.3r23.0.0-alpha.5r23.0.0-alpha.6r23.0.0-beta.023.0.0-beta.123.0.0-beta.223.0.0-beta.3r23.0.0-charlie.023.0.0-charlie.123.0.0-charlie.223.0.0-charlie.323.0.0-charlie.423.0.023.0.123.2.024.0.0-alpha.024.0.0-alpha.124.0.0-alpha.224.0.0-alpha.424.0.0-alpha.524.0.0-alpha.624.0.0-alpha.724.0.0-alpha.924.0.0-alpha.1024.0.0-alpha.1124.0.0-alpha.1224.0.0-alpha.1324.0.0-alpha.1524.0.0-alpha.1624.0.024.1.024.2.0-alpha.024.2.024.3.024.6.024.9.025.0.025.1.025.2.0-alpha.8625.2.025.2.1-alpha.125.2.1-alpha.225.2.125.2.625.4.025.5.026.0.0-alpha.026.0.026.1.026.2.026.5.026.6.227.0.0-next.027.0.0-next.327.0.0-next.1027.0.127.0.627.2.027.4.027.5.027.5.128.0.0-alpha.028.0.0-alpha.328.0.0-alpha.428.0.0-alpha.628.0.0-alpha.928.0.028.0.228.1.128.1.329.0.0-alpha.029.0.0-alpha.229.0.0-alpha.329.0.029.0.229.2.029.4.029.4.229.4.329.5.029.6.330.0.0-alpha.030.0.0-alpha.130.0.0-alpha.230.0.0-alpha.330.0.0-alpha.430.0.0-alpha.530.0.0-alpha.630.0.0-alpha.7
/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
import {Identifier} from '@babel/types';
import type {PluginObj} from '@babel/core';
declare function jestHoist(): PluginObj<{
declareJestObjGetterIdentifier: () => Identifier;
jestObjGetterIdentifier?: Identifier;
}>;
export default jestHoist;
export {};