import type { BUN_MARIADB_TableSchemaType, BunMariaDBConfig } from "../../types"; export default function createTable({ table, config, }: { table: BUN_MARIADB_TableSchemaType; config?: BunMariaDBConfig; }): Promise;