export default function (eep: any, data: any): {
    type: string;
    unit: string;
    value: any;
}[] | null;
