import { Plugin } from "esbuild";
declare const reactUseClientPlugIn: Plugin;
export = reactUseClientPlugIn;
