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