export class SelfDescribingValue extends SelfDescribing {
    constructor(value: any);
    value: any;
    describeTo(description: any): void;
}
import { SelfDescribing } from "./SelfDescribing.js";
//# sourceMappingURL=SelfDescribingValue.d.ts.map