type Option = { label: string; value: T; }; type Args = { initial?: number; message: string; options: Array>; }; export default function select(args: Args): Promise; export {}; //# sourceMappingURL=select.d.ts.map