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>; //# sourceMappingURL=addMemoryEntry.d.ts.map