import { CaptureCallFactory } from './types';
export declare const captureCalls: <T extends object>(obj: T, callback: CaptureCallFactory) => T;
