import type { DeckSource } from '@crouton-kit/humanloop'; /** Humanloop's optional presentation label. Ticket identity and attribution * come from the bridge node directory and parent relation, never ticket data. */ export declare function sourceStamp(): Promise; export declare const humanAsk: import("../../core/command.js").LeafDef; export declare const humanReview: import("../../core/command.js").LeafDef; export declare const humanNotify: import("../../core/command.js").LeafDef; export declare const humanShow: import("../../core/command.js").LeafDef;