/** * Deploy and verify all contracts on a given chain * @param chain - The chain to verify the contracts on */ export declare const verifyContracts: (chain: string) => void; //# sourceMappingURL=verify.d.ts.map