/** * This script is used to deploy contracts using Ethers.js. * It outputs a JS script that can be used to deploy contracts and execute transactions. * Note: Make sure you add `.js` extension to the output file. */ import type { DumpRenderer } from './types'; export declare const createRenderer: DumpRenderer; //# sourceMappingURL=render-ethers.d.ts.map