import { DataPower } from './data.power';
export declare class DataPowerWork extends DataPower {
    static type: string;
    static unit: string;
}
