import { Action, Transaction } from '@near-wallet-selector/core';
import JSBI from 'jsbi';
import { Account } from 'near-api-js';
export declare const builDepositNearActions: (account: Account, amount: JSBI) => Promise<Action[]>;
export declare const buildDepositNearTransaction: (account: Account, amount: JSBI) => Promise<Transaction>;
