import * as BI from './bigint'; import { BatchProcessor, CapturedProfile, TimedContext } from './types'; export declare function processProfile(profile: CapturedProfile, processStart: BI.PortableBigInt, processId: number, threadId: number, batchProcessor: BatchProcessor, batchId: () => number, asyncContexts: TimedContext[]): Promise;