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