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