import { DtoApplicationArea, DtoMtrlApplication } from "../CatalogueAPI.js"; import { CfgMtrlApplicationSource } from "./CfgMtrlApplicationSource.js"; import { CfgMtrlSource } from "./CfgMtrlSource.js"; export declare class CfgMtrlApplication { private _source; private _areaTags; private _mtrl; private _previewUrl; static fromUrlForDebug(areaTags: string[], url: string): CfgMtrlApplication; static fromBufferForDebug(areaTags: string[], fileName: string, buffer: ArrayBuffer): CfgMtrlApplication; private static fromMtrlSourceForDebug; static fromMtrlLikeApplication(source: CfgMtrlApplicationSource, application: DtoApplicationArea | DtoMtrlApplication): CfgMtrlApplication; private constructor(); get source(): CfgMtrlApplicationSource; get areaTags(): string[] | undefined; get mtrl(): CfgMtrlSource | undefined; get previewUrl(): string | undefined; } //# sourceMappingURL=CfgMtrlApplication.d.ts.map