import { Transaction } from '../../../../../lib/sdkCore'; export declare const mockPlainTransactionObject: { nonce: number; value: string; receiver: string; sender: string; gasPrice: number; gasLimit: number; chainID: string; version: number; }; export declare const mockSignTransactionsInputData: { transactions: Transaction[]; address: string; shard: number; };