import { z } from "zod"; export declare const listEventLogsSchema: z.ZodObject<{ query: z.ZodEffects, number, string | undefined>, z.ZodNumber>; limit: z.ZodPipeline, number, string | undefined>, z.ZodNumber>; actorType: z.ZodOptional>; actorId: z.ZodOptional; action: z.ZodOptional>; entity: z.ZodOptional; entityId: z.ZodOptional; fromDate: z.ZodOptional; toDate: z.ZodOptional; search: z.ZodOptional; actorName: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; sortBy: z.ZodDefault>>; sortOrder: z.ZodDefault>>; hasDeviceSession: z.ZodEffects, boolean, string | undefined>; }, "strip", z.ZodTypeAny, { limit: number; page: number; sortBy: "createdAt" | "actorType" | "action" | "entity"; sortOrder: "DESC" | "ASC"; hasDeviceSession: boolean; search?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; fromDate?: string | undefined; toDate?: string | undefined; actorType?: "ADMIN" | "PASSENGER" | "RIDER" | "AGENT" | "SUPER_ADMIN" | undefined; actorId?: string | undefined; action?: string | undefined; entity?: string | undefined; entityId?: string | undefined; actorName?: string | undefined; }, { search?: string | undefined; limit?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; page?: string | undefined; sortBy?: "createdAt" | "actorType" | "action" | "entity" | undefined; fromDate?: string | undefined; toDate?: string | undefined; sortOrder?: "DESC" | "ASC" | undefined; actorType?: "ADMIN" | "PASSENGER" | "RIDER" | "AGENT" | "SUPER_ADMIN" | undefined; actorId?: string | undefined; action?: string | undefined; entity?: string | undefined; entityId?: string | undefined; actorName?: string | undefined; hasDeviceSession?: string | undefined; }>, any, { search?: string | undefined; limit?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; page?: string | undefined; sortBy?: "createdAt" | "actorType" | "action" | "entity" | undefined; fromDate?: string | undefined; toDate?: string | undefined; sortOrder?: "DESC" | "ASC" | undefined; actorType?: "ADMIN" | "PASSENGER" | "RIDER" | "AGENT" | "SUPER_ADMIN" | undefined; actorId?: string | undefined; action?: string | undefined; entity?: string | undefined; entityId?: string | undefined; actorName?: string | undefined; hasDeviceSession?: string | undefined; }>; }, "strip", z.ZodTypeAny, { query?: any; }, { query: { search?: string | undefined; limit?: string | undefined; firstName?: string | undefined; lastName?: string | undefined; page?: string | undefined; sortBy?: "createdAt" | "actorType" | "action" | "entity" | undefined; fromDate?: string | undefined; toDate?: string | undefined; sortOrder?: "DESC" | "ASC" | undefined; actorType?: "ADMIN" | "PASSENGER" | "RIDER" | "AGENT" | "SUPER_ADMIN" | undefined; actorId?: string | undefined; action?: string | undefined; entity?: string | undefined; entityId?: string | undefined; actorName?: string | undefined; hasDeviceSession?: string | undefined; }; }>; export declare const getEventLogSchema: z.ZodObject<{ params: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { params: { id: string; }; }, { params: { id: string; }; }>;