import type { HookContext, HookDecision } from './hooks.js'; import type { PermissionMode } from './types/sdk-types.js'; export declare function createPlanModeGate(getMode: () => PermissionMode): (context: HookContext) => HookDecision;