type CreateHandlerTraceAttributes = { topicName: string; partition: number; lastOffset: string | undefined; batchedValues: object[]; payloadContentLength: number; opts: { addPayloadToTrace: boolean; }; }; export declare const createHandlerTraceAttributes: (params: CreateHandlerTraceAttributes) => Record; export {};