import { TestRunModeType } from '../@types';
export declare const getRunMode: () => TestRunModeType;
