export declare type AccountTxHistoryEntry = {
    tx_hash: string;
};
export declare type AccountTxHistory = Array<AccountTxHistoryEntry>;
