functionsleepSyncfunction sleepSync(ms: number): void;Block the thread for a given number of milliseconds.Internally, it calls nanosleep(2)