UNPKG

hardhat-forta

Version:
3 lines 215 B
import { CommandArgs } from "./types"; export declare function executeFortaAgentCliCommand<T extends keyof CommandArgs>(cliCommandName: T, cliArgs: CommandArgs[T]): Promise<void>; //# sourceMappingURL=index.d.ts.map