function createSelectionimport { createSelection } from "https://dotland.deno.dev/x/dax@0.39.2/src/console/utils.ts"; createSelection<TReturn>(options: SelectionOptions<TReturn>): Promise<TReturn | undefined>Type ParametersTReturnParametersoptions: SelectionOptions<TReturn>ReturnsPromise<TReturn | undefined>