import type { AddEventResult, ReplayContainer } from '../types';
/**
* Create a "span" for the total amount of memory being used by JS objects
* (including v8 internal objects).
*/
export declare function addMemoryEntry(replay: ReplayContainer): Promise<Array<AddEventResult | null>>;
//# sourceMappingURL=addMemoryEntry.d.ts.map