import { transactions } from 'near-api-js'; import type { Action } from '@near-wallet-selector/core'; export declare const TGAS: number; export declare const convertAction: (action: transactions.Action) => Action;