export declare type StartDateTimeType = 'USE_START_DATE_TIME' | 'IMMEDIATELY' | 'ONE_HOUR_FROM_NOW' | 'UNKNOWN';
