/** * Load all the models from the given path * @param basePath */ export declare function loadModels(basePath: string): any[]; //# sourceMappingURL=load-models.d.ts.map