export { withFromJSONBytes as default }; declare function withFromJSONBytes(klass: any): { new (): { [x: string]: any; }; [x: string]: any; from(value: any): any; };