/// /** * Check if a Node.js Buffer or Uint8Array is UTF-8. */ export default function isUtf8(buf?: Buffer | Uint8Array): boolean;