import { GraphNode } from '../v8-profiler'; import * as BI from '../bigint'; import { AppEvent, CapturedProfile, TimedContext } from '../types'; export declare function idWasTriggeredBy(triggers: Map, id: number, triggerId: number): boolean; export declare function profileToEvents(profile: CapturedProfile, asyncContexts: TimedContext[], stacks: Map, sampleTimestampOffset: BI.PortableBigInt): AppEvent[];