/** * Copyright (c) Microsoft. All rights reserved. */ /** * Takes in a list of objects with functions inside. * Batches functions with the same name in one function call. */ export declare const mergeFunctionObjects: void>>(listenersRecord: T, ...listenersRecords: Partial[]) => T;