import { DataEnergy } from './data.energy';
export declare class DataWPrime extends DataEnergy {
    static type: string;
}
