import { CreateConfigurationsForDeployedContractsCommand, CreateConfigurationsForDeployedContractsResult } from '@scripts'; export declare function createConfigurationsForDeployedContracts(partialBatchDeploy: boolean, { stableCoinFactoryAddressList, stableCoinAddressList, reserveAddressList, businessLogicResolverProxyAddress, signer, }: CreateConfigurationsForDeployedContractsCommand): Promise;