import { Action, Transaction } from '@near-wallet-selector/core'; import JSBI from 'jsbi'; export declare const builWithdrawNearActions: (amount: JSBI) => Promise; export declare const buildWithdrawNearTransaction: (signerId: string, amount: JSBI) => Promise;