import type { EthereumProvider } from "hardhat/types/providers"; export declare function stopImpersonatingAccount(provider: EthereumProvider, address: string): Promise; //# sourceMappingURL=stop-impersonating-account.d.ts.map