export type NudgeContext = 'intake' | 'discovery-footer' | 'milestone'; export declare function userAiwgDir(): string; export declare function nudgeStatePath(): string; export declare function shouldShowNudge(ctx: NudgeContext, opts?: { now?: Date; requireTty?: boolean; }): boolean; export declare function markNudgeShown(ctx: Exclude, opts?: { now?: Date; }): void; //# sourceMappingURL=nudge-policy.d.ts.map