import { ISupplyDataFunctions } from 'n8n-workflow';
export declare function logWrapper<T extends object>(originalInstance: T, executeFunctions: ISupplyDataFunctions): T;
