import type { Deck, InteractionResponse } from '@crouton-kit/humanloop'; export declare const humanList: import("../../core/command.js").LeafDef; export declare const humanDeck: import("../../core/command.js").LeafDef; /** Pure core of {@link coerceSingleSelect}, split out so it is testable without * a deck.json on disk. */ export declare function coerceSingleSelectAgainst(responses: InteractionResponse[], deck: Deck): InteractionResponse[]; export declare const humanResolve: import("../../core/command.js").LeafDef; export declare const humanCancel: import("../../core/command.js").LeafDef; export declare const humanDeliver: import("../../core/command.js").LeafDef; export declare const humanConsult: import("../../core/command.js").LeafDef; export declare const humanVisual: import("../../core/command.js").LeafDef; export declare const humanFocus: import("../../core/command.js").LeafDef;