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