11cb0ef41Sopenharmony_cideclare function InternalBinding(binding: 'timers'): {
21cb0ef41Sopenharmony_ci  getLibuvNow(): number;
31cb0ef41Sopenharmony_ci  setupTimers(immediateCallback: () => void, timersCallback: (now: number) => void): void;
41cb0ef41Sopenharmony_ci  scheduleTimer(msecs: number): void;
51cb0ef41Sopenharmony_ci  toggleTimerRef(value: boolean): void;
61cb0ef41Sopenharmony_ci  toggleImmediateRef(value: boolean): void;
71cb0ef41Sopenharmony_ci  immediateInfo: Uint32Array;
81cb0ef41Sopenharmony_ci};
9