import * as beet from '@bbachain/beet';
/**
 * Swap instruction arguments
 *
 * @category userTypes
 */
export type SwapArgs = {
    amountIn: beet.bignum;
    minimumAmountOut: beet.bignum;
};
/**
 * @category userTypes
 */
export declare const swapArgsBeet: beet.FixableBeetArgsStruct<SwapArgs>;
//# sourceMappingURL=SwapArgs.d.ts.map