function rawimport { raw } from "https://deno.land/x/mysql2@v1.0.6/typings/mysql/index.d.ts"; raw(sql: string): { toSqlString: () => string; }Parameterssql: stringReturns{ toSqlString: () => string; }