import { IChainConfig } from "../types"; export declare const IERC20_ABI_JSON: any; export declare const ZKSYNC2_ABI_JSON: any; export declare const Forward_ABI: any; export declare const XVM_ABI: any; export declare function ABIToMapping(abi: Array): Map; export declare function ABIInputToString(input: T): string; export declare function decodeMethod(input: string, abiFile?: string): any; export declare function decodeLogs(logs: any, abiFile?: string): Array | null; export declare function starknetDecode(calldata: string[], chainInfo: IChainConfig): any[];