import { EventListenerType } from "../../types/web3"; import { TxData } from "../../types/mychain"; import { apiNameMap } from './apisConfig'; export declare function getHashForAccount(account: string, not0x?: boolean): string; export declare function dataTransform(name: any, param: any): any[]; export declare function getTransactionType(method: string): any; export declare function requestProcess(method: string, param: TxData): any[]; export declare function responseTransform(param: any): any & { api: string; }; export declare function eventDataFormat(eventType: EventListenerType, param: any): {}; export declare function decryptTXWithAES(txData: any, aes_password: any, aHash: any): {}; export { apiNameMap };