export declare function useSetTimeout(callback: (...args: any[]) => any): readonly [(duration: number) => void, () => void, () => boolean];