interface Batch { (...args: VoidFunction[]): void; } export declare const batch: Batch; export {}; //# sourceMappingURL=batch.d.ts.map