/** * 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; //# sourceMappingURL=index.d.ts.map