import { Contract } from "ethers";
export declare const save: (network: string, deployed: {
    [name: string]: Contract;
}) => void;
//# sourceMappingURL=save_deployed.d.ts.map