import type { MemoryRecord, ProfileSnapshot } from './types.js'; export declare function classifyProfileEntries(records: MemoryRecord[]): ProfileSnapshot; //# sourceMappingURL=profile-builder.d.ts.map