import type { IAuditServerActor } from '@rocket.chat/core-typings'; import type { PaginatedRequest } from '../../helpers/PaginatedRequest'; export type ServerEventsAuditSettingsParamsGET = PaginatedRequest<{ start?: string; end?: string; settingId?: string; actor?: IAuditServerActor; }>; export declare const isServerEventsAuditSettingsProps: import("ajv").ValidateFunction; //# sourceMappingURL=ServerEventsAuditSettingsParamsGET.d.ts.map