import type { Chain } from '@rarimo/shared';
export declare const MAX_GAS_LIMIT = "300000000000000";
export declare const NO_DEPOSIT = "0";
export declare const nearToYocto: (amount: string) => string | null;
export declare const yoctoToNear: (amount: string) => string | null;
export declare function getNearExplorerTxUrl(explorerUrl: string | Chain, txHash: string): string;
export declare function getNearExplorerAddressUrl(explorerUrl: string | Chain, address: string): string;
export declare function handleNearError(error: Error): never;
