export declare class UserProfile { id: number; userId: number; height: number; weight: number; static toFront(value: any): any; static toBack(value: any): any; }