import type { LeafDef } from '../core/command.js'; import { type BindingId, type BindingResolution, type RawTerminalInput } from '../core/keybindings/index.js'; declare const VIEW_PICK_ACTIONS: readonly ["crtr.view-picker.quit", "crtr.view-picker.down", "crtr.view-picker.up", "crtr.view-picker.run"]; export declare function resolveViewPickAction(bindings: BindingResolution, raw: RawTerminalInput): (typeof VIEW_PICK_ACTIONS)[number] | null; export declare const viewPickLeaf: LeafDef; export {};