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