import { AbacusCoreDeployer } from '../deploy/core/AbacusCoreDeployer'; import { CoreConfig, ValidatorManagerConfig } from '../deploy/core/types'; import { MultiProvider } from '../providers/MultiProvider'; import { ChainMap, Remotes, TestChainNames } from '../types'; import { TestCoreApp, TestInboxContracts, TestOutboxContracts } from './TestCoreApp'; export declare class TestCoreDeployer extends AbacusCoreDeployer { readonly multiProvider: MultiProvider; constructor(multiProvider: MultiProvider, configMap?: ChainMap); deployOutbox(chain: LocalChain, config: ValidatorManagerConfig): Promise; deployInbox(local: LocalChain, remote: Remotes, config: ValidatorManagerConfig): Promise; deployApp(): Promise>; } //# sourceMappingURL=TestCoreDeployer.d.ts.map