import type { BMOReceipt } from '../types/behavioral-memory.js'; export declare function createBMOReceipt(opts: { bmo_id: string; event_type: BMOReceipt['event_type']; actor_id: string; private_key: string; }): BMOReceipt; export declare function verifyBMOReceipt(receipt: BMOReceipt, publicKey: string): boolean; //# sourceMappingURL=behavioral-memory-receipt.d.ts.map