import { isString, isUUID } from 'class-validator'; import { INTEGRATION_EVENT_TYPE } from './enum'; export declare const permittedQueryParamsIntegrationEventEntity: { relationsDefault: string[]; relations: string[]; filterParams: ({ key: string; strict: boolean; valid: typeof isUUID; defaultLabel: string; options?: undefined; } | { key: string; strict: boolean; valid: typeof isString; defaultLabel: string; options: INTEGRATION_EVENT_TYPE[]; })[]; };