function _getByteCountimport { _getByteCount } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/utils/index.ts"; _getByteCount(input: string): numberReturns the byte count of the input. Parametersinput: stringThe input to be measured. ReturnsnumberThe byte count.