import { StartedDockerComposeEnvironment } from 'testcontainers'; import { TestChainMetadata } from '@hyperlane-xyz/provider-sdk/chain'; import { RadixContractArtifacts } from './setup.js'; /** * Starts a local Radix node using Docker Compose and deploys the Hyperlane package * * @param chainMetadata - Test chain metadata configuration * @param hyperlanePackageArtifacts - Compiled Radix contract artifacts (WASM + RPD) * @param privateKey - Optional private key for deployment (defaults to test key) * @returns The DockerComposeEnvironment instance */ export declare function runRadixNode(chainMetadata: TestChainMetadata, hyperlanePackageArtifacts: RadixContractArtifacts, privateKey?: string): Promise; //# sourceMappingURL=node.d.ts.map