import { TimerData } from './types';
export declare const useTimer: () => import("../../..").GraphqlResponseWrapper<TimerData>;
