import { type StartedTestContainer } from 'testcontainers'; import { type TestChainMetadata } from '@hyperlane-xyz/provider-sdk/chain'; export declare function runCosmosNode({ rpcPort, restPort, }: TestChainMetadata): Promise; //# sourceMappingURL=node.d.ts.map