import { type TestChainMetadata } from '@hyperlane-xyz/provider-sdk/chain'; /** * Test timeout for operations that require node startup and deployment */ export declare const DEFAULT_E2E_TEST_TIMEOUT = 100000; /** * Default test chain metadata for Cosmos local network */ export declare const TEST_COSMOS_CHAIN_METADATA: TestChainMetadata; //# sourceMappingURL=constants.d.ts.map