/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format */ export declare let batch: (callback: (...args: any[]) => void) => void; export declare const setBatchedUpdateImplementation: (impl: (callback: (...args: any[]) => void) => void) => void; export declare function batched(fn: T): T; //# sourceMappingURL=batch.d.ts.map