import type { ConfigAPI, PluginObj } from '@babel/core';
export declare function fixHermesV1AsyncArrowNonSimpleParams({ types: t, }: ConfigAPI & typeof import('@babel/core')): PluginObj;
