declare const batch: (callback: () => void) => void;
export { batch };
export * from './exports';
