import { type StaticGenericPrompt } from "https://deno.land/x/lume@v2.4.1/deps/cliffy.ts";
Static generic prompt interface.
Type Parameters
TOptions extends GenericPromptOptions<TValue, TRawValue>
TSettings extends GenericPromptSettings<TValue, TRawValue>
TPrompt extends GenericPrompt<TValue, TRawValue, TSettings>