export { withFrom as default }; declare function withFrom(klass: any, from: any, fromJSON?: any, fromApi?: any): { new (): { [x: string]: any; }; [x: string]: any; from(value: any): any; fromJSON(value: any): any; fromApi(value: any): any; };