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