import { Base, Type } from "./type";
/**
 * @hidden
 */
export declare class JsonWriter extends Base {
    static $t: Type;
    private d;
    private b;
    g(): void;
    e(): void;
    a: boolean;
    i(a: string): void;
    private f;
    j(a: string): void;
    h(): void;
    toString(): string;
}
