import { DeployFunction } from "hardhat-deploy/types"; /** * Hardhat task for deploying the AMB Messaging Layer contracts. * * @param hre Hardhat environment to deploy to */ declare const func: DeployFunction; export default func; //# sourceMappingURL=01_deployMessaging.d.ts.map