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