import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class EmbeddedRefDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private k; get refType(): string; set refType(a: string); private l; get value(): string; set value(a: string); }