import { Kpi } from '../kpi/kpi'; export declare class KpiAlert { id: string; kpi?: Kpi; message: string; level: string; createdAt: Date; }