import type { Backend, Database, ORM, Runtime } from "../types.js";
export declare function getORMChoice(orm: ORM | undefined, hasDatabase: boolean, database?: Database, backend?: Backend, runtime?: Runtime): Promise<ORM>;
