import type { Idl } from "@coral-xyz/anchor"; declare const IDL_JSON: Idl & { address: string; }; export default IDL_JSON;