import { DataEPOC } from './data.epoc';
export declare class DataPeakEPOC extends DataEPOC {
    static type: string;
    getDisplayValue(): string;
}
