import type { UtcTimeInMs } from '../types/internal';
/**
 * e2ed start time (UTC, in milliseconds).
 */
declare const startTimeInMs: UtcTimeInMs;
export { RunEnvironment } from '../constants/internal';
export { startTimeInMs };
