import { Controller } from "@hotwired/stimulus"; export declare function useTimeout(controller: Controller, handler: (...args: any[]) => void, timeout: number): () => void;