function decodeimport { decode } from "https://deno.land/x/mysql2@v1.0.6/lib/parsers/string.ts"; decode(buffer: Buffer,encoding?: string,start?: number,end?: number,options?: { stripBOM?: boolean | (() => void); },): stringParametersbuffer: Bufferoptionalencoding: stringoptionalstart: numberoptionalend: numberoptionaloptions: { stripBOM?: boolean | (() => void); }Returnsstring