/** * This code was AUTOGENERATED using the Codama library. * Please DO NOT EDIT THIS FILE, instead use visitors * to add features, then rerun Codama to update it. * * @see https://github.com/codama-idl/codama */ import { type Codec, type Decoder, type Encoder } from '@solana/kit'; import { type DistributionEntry, type DistributionEntryArgs } from './index.js'; export type DistributeArgs = { recipients: Array; }; export type DistributeArgsArgs = { recipients: Array; }; export declare function getDistributeArgsEncoder(): Encoder; export declare function getDistributeArgsDecoder(): Decoder; export declare function getDistributeArgsCodec(): Codec; //# sourceMappingURL=distributeArgs.d.ts.map