import { ContractData } from './typings';
export declare function convertShortStringToContractData(shortString: string): ContractData;
