import { CommonQueryParamsDto } from '../../common'; export declare class FindActivityWatchEventsParamsDto extends CommonQueryParamsDto { userId?: string; timestamps?: string; }