import { ethers } from 'ethers'; export interface ContractAddresses { bzzToken: string; postageStamp: string; postageStampStartBlock: number; priceOracle: string; stakeRegistry: string; redistribution: string; swapFactory: string; swapPriceOracle: string; } export declare function deployContracts(provider: ethers.JsonRpcProvider): Promise; //# sourceMappingURL=deploy.d.ts.map