export declare const TASK: { readonly name: "deploy:erc1820"; readonly description: "deploy erc 1820"; readonly run: (taskArguments: void, hre: CustomHardHatRuntimeEnvironment) => Promise; };