import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class DescriptionSerializerBuilder extends Base {
    static $t: Type;
    private d;
    toString(): string;
    constructor();
    private b;
    private a;
    append(a: string): void;
    appendLine(a: string): void;
    private g;
    increaseTabLevel(): void;
    decreaseTabLevel(): void;
}
