UNPKG

@hyperlane-xyz/cli

Version:

A command-line utility for common Hyperlane operations

12 lines 327 B
import { CommandModule } from 'yargs'; import { CommandModuleWithContext } from '../context/types.js'; /** * Parent command */ export declare const hookCommand: CommandModule; export declare const read: CommandModuleWithContext<{ chain: string; address: string; out: string; }>; //# sourceMappingURL=hook.d.ts.map