export declare function useIdle(timeout: number, options?: Partial<{ events: string[]; initialState: boolean; }>): boolean;