import { ActivityHandler } from './types'; export declare const useActivity: (handler: ActivityHandler, deps: unknown[]) => void;