import type { HookContext, HookDecision } from './hooks.js'; export declare function createShadowVerifyNudge(): (context: HookContext) => HookDecision;