import { DataAirPower } from './data.air-power';
export declare class DataAirPowerAvg extends DataAirPower {
    static type: string;
}
