exportinterfaceUseTimeoutFnOptions {/** * Start the timer immediate after calling this function * * @defaultValue true */immediate?: boolean/** * Render the component immediately when the timer ends * * When you need `isActive` ref to be updated immediately after the timer ends, set this to `true` * * @defaultValue false */updateOnEnd?: boolean}