import { Model } from "./types";
export declare function parseModels(models: Array<Model>, root: string): Promise<{}>;
