import * as transactions from 'near-api-js/lib/transaction'; import type { Action } from '@near-wallet-selector/core'; export declare const createAction: (action: Action) => transactions.Action;