import { DeployFunction } from "hardhat-deploy/types"; /** * Hardhat task defining the contract deployments for nxtp * * @param hre Hardhat environment to deploy to */ declare const func: DeployFunction; export default func; //# sourceMappingURL=05_deployWatch.d.ts.map