import { Wallet } from "ethers"; import { Deployment } from "./types"; export declare const getContract: (name: string, chain: string, useStaging: boolean, wallet?: Wallet) => Deployment; //# sourceMappingURL=helpers.d.ts.map