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