type NudgeMode = "both" | "discard" | "extract"; type NudgeUrgency = "normal" | "warn" | "critical"; export declare function getNudgePrompt(mode: NudgeMode, urgency: NudgeUrgency): string; export {}; //# sourceMappingURL=nudge.d.ts.map