import { ContractCall } from '../entities'; export declare const isParsable: (call: ContractCall) => boolean;