export declare type WatcherCallback = () => void;
export declare function watch(cb: WatcherCallback): void;
export declare function unwatch(cb: WatcherCallback): void;
export declare function destroy(): void;
//# sourceMappingURL=scroll.d.ts.map