import { MerkleDistributor } from './src'; import { MERKLE_DISTRIBUTOR_PROGRAM_ID, getOrCreateATAInstruction, deriveClaimStatus } from './src/utils'; import { IDL } from './src/types/merkle_distributor'; export default MerkleDistributor; export { IDL, MERKLE_DISTRIBUTOR_PROGRAM_ID, getOrCreateATAInstruction, deriveClaimStatus, }; export type { UserResponse } from './src/index'; export type { MerkleDistributor as MerkleDistributorIDL } from './src/types/merkle_distributor'; //# sourceMappingURL=index.d.ts.map