import type { Backend, Database, Runtime } from "../types.js";
export declare function getDatabaseChoice(database?: Database, backend?: Backend, runtime?: Runtime): Promise<Database>;
