export declare class WaypointFiltersDTO { productIds?: string[]; type?: string; orgId?: string; serviceId?: string; operatorId?: string; tripId?: string; riderId?: string; started?: boolean; completed?: boolean; tripCompleted?: boolean; timeStart?: string; timeEnd?: string; timeField?: string; sortBy?: string[]; skip?: number; take?: number; }