function writeSyncimport { writeSync } from "https://deno.land/x/tty@0.2.1/mod.ts"; writeSync(str: string, writer: SyncStream): voidParametersstr: stringwriter: SyncStreamReturnsvoid