import type { BUN_MARIADB_FieldSchemaType } from "../../types"; /** * True when a field is a MariaDB native vector column. */ export default function isVectorField(field?: BUN_MARIADB_FieldSchemaType): boolean;