export type PromptMode = "full" | "minimal" | "none";
