/**
 * 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 RebalanceTakeProfitStep {
    Uninitialized = 0,
    TakingProfit = 1,
    Finished = 2
}
export type RebalanceTakeProfitStepArgs = RebalanceTakeProfitStep;
export declare function getRebalanceTakeProfitStepEncoder(): FixedSizeEncoder<RebalanceTakeProfitStepArgs>;
export declare function getRebalanceTakeProfitStepDecoder(): FixedSizeDecoder<RebalanceTakeProfitStep>;
export declare function getRebalanceTakeProfitStepCodec(): FixedSizeCodec<RebalanceTakeProfitStepArgs, RebalanceTakeProfitStep>;
//# sourceMappingURL=rebalanceTakeProfitStep.d.ts.map