export declare class AssetProfileCustomStatus { id: number; clientId: number; status: string; label: string; description: string; color: string; }