import '@nomiclabs/hardhat-ethers'; import { HardhatRuntimeEnvironment } from 'hardhat/types'; export declare function deployEscrow(hre: HardhatRuntimeEnvironment): Promise; //# sourceMappingURL=test-deploy-escrow-deployment.d.ts.map