import { JsonFragment } from "../abis.model"; export declare function generateTypes(path: string, abi: JsonFragment[], preffix: string): Promise;