import type { IRunExecutionData } from 'n8n-workflow';
export declare function sumBinaryDataBytes(data: IRunExecutionData | undefined): number;
