import { AgentsProgram } from"./types";
/**
* Program IDL in camelCase format in order to be used in JS/TS.
*
* Note that this is only a type helper and is not the actual IDL. The original
* IDL can be found at `target/idl/agents_program.json`.
*/exportdeclareconstIDL: AgentsProgram;