import { expect as smartExpect } from '@push.rocks/smartexpect'; import { ProtocolEmitter } from '../dist_ts_tapbundle_protocol/index.js'; /** * Set the protocol emitter for enhanced error reporting */ export declare function setProtocolEmitter(emitter: ProtocolEmitter): void; /** * Enhanced expect wrapper that captures assertion failures and generates diffs */ export declare function createEnhancedExpect(): typeof smartExpect; export declare const expect: typeof smartExpect;