export declare type LicenseBudgetType = { id?: number; licenseId?: number; notifications?: LicenseBudgetNotificationType[]; threshold?: number; type?: string; }; export declare type LicenseBudgetNotificationType = { id?: number; name?: string; };