import * as beet from '@bbachain/beet';
/**
 * WithdrawAllTokenTypes instruction arguments
 *
 * @category userTypes
 */
export type WithdrawAllTokenTypesArgs = {
    poolTokenAmount: beet.bignum;
    minimumTokenAAmount: beet.bignum;
    minimumTokenBAmount: beet.bignum;
};
/**
 * @category userTypes
 */
export declare const withdrawAllTokenTypesArgsBeet: beet.FixableBeetArgsStruct<WithdrawAllTokenTypesArgs>;
//# sourceMappingURL=WithdrawAllTokenTypesArgs.d.ts.map