import type { Hash } from '@ariestools/sdk'; import type { EventNoun } from '../../../../event/index.js'; import type { BoundwitnessClickType } from '../lib/index.js'; /** Returns a click handler that loads bound witnesses into hash selection history. */ export declare const useBoundWitnessClickHandler: () => { boundwitnessClick: (noun: EventNoun, data?: Hash, clickType?: BoundwitnessClickType) => void; }; //# sourceMappingURL=useBoundWitnessClickHandler.d.ts.map