import { DataNumber } from './data.number';
export declare class DataEHPE extends DataNumber {
    static type: string;
    static unit: string;
}
