What type does `fs.readFileSync` return in each of these two calls?const a = fs.readFileSync('data.txt'); const b = fs.readFileSync('data.txt', 'utf8');