export declare class Asset { applicant: number; assetOwner: string; assetType: string; assetValue: number; note: string; }