export declare const tickUpdate: (tick: number, setTick: (tick: number) => void, realDelayTime: number) => void;
