import type { AxiosInstance } from "axios"; import { AppInfo, UIDeclaration, type LoadMaterialContext, type MaterialManifest } from "./types"; import { Module } from "../../concepts"; export declare function getDepMainfiest(dep: Module): MaterialManifest; export declare const getDepJSONSchema: (dep: any, axios: AxiosInstance, appInfo: AppInfo) => Promise; export declare function loadDependencyUIDeclaration({ axios, appInfo }: LoadMaterialContext, dep: Module): Promise; //# sourceMappingURL=dependency.d.ts.map