///
import { Transaction } from '@near-wallet-selector/core';
import { SwapStep } from '../common/types';
export declare const getGas: (gas: string) => import("bn.js");
export declare const getAmount: (amount: string) => import("bn.js");
declare function createRefTransactions({ user, swapSteps, }: {
user: string;
swapSteps: SwapStep[];
}): Promise;
export { createRefTransactions };