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