UNPKG

hardhat-forta

Version:
8 lines 347 B
/** * Generates an agent or more based on the available templates in the * arbitraryexecution/forta-bot-templates github repository. * @param destinationPath - The path in which the forta agent project(s) will * be placed. */ export declare function generateAgents(destinationPath: string): Promise<void>; //# sourceMappingURL=index.d.ts.map