import { Context } from "../imports/Context.js"; import { Scriptable } from "../imports/Scriptable.js"; export declare class ScopedDCManager { constructor(cx?: Context, args?: any[], funObj?: Function, inNewExpr?: boolean); static addClassification(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): string; static classify(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): string; static clearClassification(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): string; static getAllDataClasses(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): string; static getClassification(cx?: Context, thisObj?: Scriptable, args?: any[], funObj?: Function): string; } //# sourceMappingURL=ScopedDCManager.d.ts.map