import type { Backend, DatabaseSetup, ORM } from "../types.js";
export declare function getDBSetupChoice(databaseType: string, dbSetup: DatabaseSetup | undefined, orm?: ORM, backend?: Backend): Promise<DatabaseSetup>;
