import type { Backend, Frontend } from "../types.js";
export declare function getBackendFrameworkChoice(backendFramework?: Backend, frontends?: Frontend[]): Promise<Backend>;
