export declare function useCountdown(): { timer: number; formattedTime: string; startTimer: (expiryTime: number) => void; stopTimer: () => void; resetTimer: () => void; };