import { CallStackEntry } from './weaveClient'; /** * Represents a summary object with string keys and any type of values. */ type Summary = Record; export declare function processSummary(result: any, summarize: ((result: any) => Record) | undefined, currentCall: CallStackEntry, parentCall: CallStackEntry | undefined): Summary; export {}; //# sourceMappingURL=summary.d.ts.map