UNPKG

@hyperlane-xyz/cli

Version:

A command-line utility for common Hyperlane operations

9 lines 402 B
import { CoreConfig } from '@hyperlane-xyz/sdk'; import { CommandContext } from '../context/types.js'; export declare function createCoreDeployConfig({ context, configFilePath, advanced, }: { context: CommandContext; configFilePath: string; advanced: boolean; }): Promise<void>; export declare function readCoreDeployConfigs(filePath: string): CoreConfig; //# sourceMappingURL=core.d.ts.map