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