export type GoalToastVariant = "info" | "success" | "warning" | "error"; /** * TUI feedback is optional UX only. Headless/web clients or a disconnected TUI must * never affect Goal state or command completion. */ export declare function showGoalToast(client: any, message: string, variant?: GoalToastVariant): Promise; //# sourceMappingURL=toast.d.ts.map