import { CosmosChain, ChainConfig, CosmosChainInfo } from "../types"; export declare class DockerService { private axelarConfig; private wasmConfig; constructor(axelarConfig?: ChainConfig, wasmConfig?: ChainConfig); startChains(): Promise; start(chain: CosmosChain, options?: ChainConfig): Promise; startTraefik(): Promise; stopAll(): Promise; stop(chain: CosmosChain): Promise; stopTraefik(): Promise; private getChainDenom; private getChainConfig; waitForRpc(chain: CosmosChain, timeout?: number): Promise; waitForLcd(chain: CosmosChain, timeout?: number): Promise; isDockerRunning(dockerPath: string): Promise; throwIfDockerNotFound(): Promise; private throwIfDockerNotRunning; } //# sourceMappingURL=DockerService.d.ts.map