type HyperlaneSdkModule = typeof import("@hyperlane-xyz/sdk"); type HyperlaneRegistryModule = typeof import("@hyperlane-xyz/registry"); type HyperlaneUtilsModule = typeof import("@hyperlane-xyz/utils"); export type HyperlaneRuntime = { sdk: HyperlaneSdkModule; registry: HyperlaneRegistryModule; utils: HyperlaneUtilsModule; }; /** * Lazily loads Hyperlane modules and caches them for subsequent calls. */ export declare function loadHyperlane(feature: string): Promise; export {}; //# sourceMappingURL=hyperlaneRuntime.d.ts.map