UNPKG

@hyperlane-xyz/cli

Version:

A command-line utility for common Hyperlane operations

7 lines 248 B
import { CommandContext } from '../context/types.js'; export declare function createAgentConfig({ context, chains, out, }: { context: CommandContext; chains?: string[]; out: string; }): Promise<void>; //# sourceMappingURL=agent.d.ts.map