export declare const mergeEvaluation: <T>(mainCall: (item: T | undefined) => T, subCalls?: ((item: T) => T)[], item?: T | undefined) => T;
