import { MerkleDistributor } from './src'; import { MERKLE_DISTRIBUTOR_PROGRAM_ID, getOrCreateATAInstruction, deriveClaimStatus } from './src/utils'; import { IDL } from './src/artifacts/merkle_distributor'; export default MerkleDistributor; export { IDL, // Constant MERKLE_DISTRIBUTOR_PROGRAM_ID, // Helper getOrCreateATAInstruction, deriveClaimStatus, }; export type { UserResponse } from './src/index'; export type { MerkleDistributor as MerkleDistributorIDL } from './src/artifacts/merkle_distributor';