import type { V8Profile, GraphNode } from 'v8-profiler-next'; declare const profiler: any; export { V8Profile, GraphNode }; export declare const startProfiling: any, stopProfiling: any, collectSample: any; export default profiler;