import { DataDuration } from './data.duration';
export declare class DataPowerZoneTwoDuration extends DataDuration {
    static type: string;
}
