import { ChooseResult } from "../types";
declare const choose: () => Promise<ChooseResult>;
export default choose;
