import { Network } from 'hardhat/types'; import { DeploymentsExtension } from 'hardhat-deploy/types'; export declare type ContractSetup = { gnosisSingleton: string; gnosisFallbackLibrary: string; gnosisMultisendLibrary: string; poster: string; gnosisSafeProxyFactory: string; moduleProxyFactory: string; DAO: string; }; export declare const getSetupAddresses: (chainId: string, network: Network, deployments?: DeploymentsExtension) => Promise;