exportdeclarefunctionabiToTs(json: string): string;
/**
* Extract an ABI from a typescript file
* note: this function has to support the fact that linting tools might modify the Typescript file slightly
*/exportdeclarefunctionabiFromTs(ts: string): any;