export declare const deploy: { (hre: CustomHardHatRuntimeEnvironment): Promise; tags: string[]; dependencies: string[]; skip(hre: CustomHardHatRuntimeEnvironment): Promise; }; export default deploy;