export declare function batch<T>(fn: () => T): T;
type Unwatch = () => void;
export declare function watch(fn: () => void): Unwatch;
export {};
