/**
 * Take 10m profile of the current thread without promise tracking.
 */
export declare function profileNodeJS(durationMs: number): Promise<string>;
/**
 * Write heap snapshot of the current thread to the specified file.
 */
export declare function writeHeapSnapshot(prefix: string, dirpath: string): Promise<string>;
//# sourceMappingURL=profile.d.ts.map