export type TimerType = 'real' | 'fake' | 'fake-legacy';
export declare function setupTimeType(type: TimerType): void;
