export declare const jsonTransformer: { to: (value: any) => string; from: (value: string) => any; };