import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class DescriptionTreeBuilderOptions extends Base {
    static $t: Type;
    d: boolean;
    a: boolean;
    b: boolean;
    c: boolean;
}
