export declare function validateJson(value: string, deserialize: typeof JSON.parse): boolean;
