import React from 'react'; import type { DefaultOneChatGenerics } from '../../../types'; export declare type CooldownTimerState = { cooldownInterval: number; setCooldownRemaining: React.Dispatch>; cooldownRemaining?: number; }; export declare const useCooldownTimer: () => CooldownTimerState; //# sourceMappingURL=useCooldownTimer.d.ts.map