import { DeployFunction } from "hardhat-deploy/types"; /** * Hardhat task for 'forking' existing AMB contracts using copied code and storage values. * * @param hre Hardhat environment to deploy to */ declare const func: DeployFunction; export default func; //# sourceMappingURL=00_testDeployFork.d.ts.map