import type { DeployedContract } from '../../types'; export declare function saveContractIds(contracts: DeployedContract[], output: string): Promise; //# sourceMappingURL=saveContractIds.d.ts.map