import { network } from "hardhat"; type Connection = Awaited>; export declare const connection: Connection; export declare const ethers: Connection["ethers"]; export declare const ignition: Connection["ignition"]; export declare const networkHelpers: Connection["networkHelpers"]; export {}; //# sourceMappingURL=connection.d.ts.map