import type { PluginObject, PluginPass } from '@babel/core'; interface RemoveDeployerState extends PluginPass { hasReplaced?: boolean; } export declare function removeDeployer(): PluginObject; export {}; //# sourceMappingURL=remove-deployer.d.ts.map