import type { BunMariaDBConfig } from "../../types"; export default function upsertDbManagerTable({ tableName, config, }: { tableName: string; config?: BunMariaDBConfig; }): Promise; export declare function removeDbManagerTable({ tableName, config, }: { tableName: string; config?: BunMariaDBConfig; }): Promise;