/**
 * 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 PayloadType, type PayloadTypeArgs } from '.';
export type Payload = {
    map: Map<string, PayloadType>;
};
export type PayloadArgs = {
    map: Map<string, PayloadTypeArgs>;
};
export declare function getPayloadEncoder(): Encoder<PayloadArgs>;
export declare function getPayloadDecoder(): Decoder<Payload>;
export declare function getPayloadCodec(): Codec<PayloadArgs, Payload>;
//# sourceMappingURL=payload.d.ts.map