import { Base, Type } from "./type";
import { JsonWriter } from "./JsonWriter";
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;
}