export declare function JsonConverter(target: Function): void;
export declare function JsonObject(converter?: any): (target: Function) => void;
export declare function JsonProperty(propertyName?: string, propertyType?: any, converterType?: any): (target: any, propertyKey: string) => void;
//# sourceMappingURL=json-convert-decorators.d.ts.map