export declare const subscribeTick: (callback: () => void, interval: number) => (() => void);
