export declare const useTimer: () => {
    check: () => number | undefined;
};
