import type { BUN_MARIADB_FieldSchemaType } from "../../types"; export default function buildForeignKeyConstraint(field: BUN_MARIADB_FieldSchemaType): string;