/****************************************************************************** * * (C) 2022 AhnLab Blockchain Company, Inc. All rights reserved. * Any part of this source code can not be copied with any method without * prior written permission from the author or authorized person. * ******************************************************************************/ import { EtherscanTx } from '../../../main/transactions/interface'; declare const _default: { getMpcJwt: (dto: { signType?: string; message: string; }) => Promise; getTransactions: (dto: any) => Promise; getKlaytnTransactions: (address: string, chainId: string, fromTimestamp: number) => Promise; getCoingeckoEthereumPrice: (ids: string) => Promise; }; export default _default;