/** * 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 FixedSizeCodec, type FixedSizeDecoder, type FixedSizeEncoder } from "@solana/kit"; export declare enum VaultConfigField { MaxCap = 0, StartAtTs = 1, LockedProfitDegradationDuration = 2, WithdrawalWaitingPeriod = 3, ManagerPerformanceFee = 4, AdminPerformanceFee = 5, ManagerManagementFee = 6, AdminManagementFee = 7, RedemptionFee = 8, IssuanceFee = 9, Manager = 10, PendingAdmin = 11, DisabledOperations = 12 } export type VaultConfigFieldArgs = VaultConfigField; export declare function getVaultConfigFieldEncoder(): FixedSizeEncoder; export declare function getVaultConfigFieldDecoder(): FixedSizeDecoder; export declare function getVaultConfigFieldCodec(): FixedSizeCodec; //# sourceMappingURL=vaultConfigField.d.ts.map