import { Base, Type } from "./type";
import { JsonWriter } from "./JsonWriter";
/**
 * @hidden
 */
export declare class JsonDictionaryItem extends Base {
    static $t: Type;
    b(): string;
    d(a: JsonWriter): void;
    protected a(a: string): string;
    static c(a: string): string;
}
