import type { AxiosInstance } from 'axios'; import type { AppInfo, UILibraryDeclaration } from './types'; import type { App } from '../../concepts'; export declare function getUILibDeclaration(axios: AxiosInstance, app: App, appInfo: AppInfo): Promise; export declare function getUILibDeclarationWithoutEnv(axios: AxiosInstance, app: App): Promise; //# sourceMappingURL=material.d.ts.map