import { JSONSchema4 } from "json-schema"; import { JsonFragment } from "../abis.model"; export declare const AutTypeFactory: (abi: JsonFragment[], typeNamePreffix: string) => JSONSchema4;