import type { Static } from '@feathersjs/typebox'; import type { HookContext } from '../../../../declarations'; import type { ModelsPodsEventsService } from './events.class'; export declare const modelsPodsEventsSchema: import("@feathersjs/typebox").TObject<{ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; podId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; presetId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; event: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; source: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; summary: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; }>; export type ModelsPodsEvents = Static; export declare const modelsPodsEventsValidator: import("@feathersjs/schema").Validator; export declare const modelsPodsEventsResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; podId: string | {}; presetId?: string | {} | null | undefined; userId?: string | {} | null | undefined; event: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; source: "docker-events" | "ecs-refresh" | "system" | "user"; summary?: string | undefined; metadata?: any; createdAt?: any; }, HookContext>>; export declare const modelsPodsEventsExternalResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; podId: string | {}; presetId?: string | {} | null | undefined; userId?: string | {} | null | undefined; event: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; source: "docker-events" | "ecs-refresh" | "system" | "user"; summary?: string | undefined; metadata?: any; createdAt?: any; }, HookContext>>; export declare const modelsPodsEventsDataSchema: import("@feathersjs/typebox").TObject<{ podId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; presetId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; event: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; source: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; summary: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional; }>; export type ModelsPodsEventsData = Static; export declare const modelsPodsEventsDataValidator: import("@feathersjs/schema").Validator; export declare const modelsPodsEventsDataResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; podId: string | {}; presetId?: string | {} | null | undefined; userId?: string | {} | null | undefined; event: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; source: "docker-events" | "ecs-refresh" | "system" | "user"; summary?: string | undefined; metadata?: any; createdAt?: any; }, HookContext>>; export declare const modelsPodsEventsPatchSchema: import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; podId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; presetId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; event: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; source: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; summary: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; }>>; export type ModelsPodsEventsPatch = Static; export declare const modelsPodsEventsPatchValidator: import("@feathersjs/schema").Validator; export declare const modelsPodsEventsPatchResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; podId: string | {}; presetId?: string | {} | null | undefined; userId?: string | {} | null | undefined; event: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; source: "docker-events" | "ecs-refresh" | "system" | "user"; summary?: string | undefined; metadata?: any; createdAt?: any; }, HookContext>>; export declare const modelsPodsEventsQueryProperties: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; podId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; presetId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; event: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; source: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; summary: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; }>, ["_id", "podId", "presetId", "userId", "event", "source", "createdAt"]>; export declare const modelsPodsEventsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial; createdAt: import("@feathersjs/typebox").TOptional; event: import("@feathersjs/typebox").TOptional; podId: import("@feathersjs/typebox").TOptional; presetId: import("@feathersjs/typebox").TOptional; source: import("@feathersjs/typebox").TOptional; userId: import("@feathersjs/typebox").TOptional; }>; $select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "event" | "podId" | "presetId" | "source" | "userId")[]>; $and: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TOptional; $lt: import("@feathersjs/typebox").TOptional; $lte: import("@feathersjs/typebox").TOptional; $ne: import("@feathersjs/typebox").TOptional; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; event: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; podId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; presetId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; source: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; }>>, import("@feathersjs/typebox").TObject<{ $or: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TOptional; $lt: import("@feathersjs/typebox").TOptional; $lte: import("@feathersjs/typebox").TOptional; $ne: import("@feathersjs/typebox").TOptional; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; event: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; podId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; presetId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; source: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; }>>>; }>]>>; $or: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TOptional; $lt: import("@feathersjs/typebox").TOptional; $lte: import("@feathersjs/typebox").TOptional; $ne: import("@feathersjs/typebox").TOptional; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; event: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; podId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; presetId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; source: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; }>>>; }>>, import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TOptional; $lt: import("@feathersjs/typebox").TOptional; $lte: import("@feathersjs/typebox").TOptional; $ne: import("@feathersjs/typebox").TOptional; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; event: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"died">, import("@feathersjs/typebox").TLiteral<"restarted">, import("@feathersjs/typebox").TLiteral<"rebound">, import("@feathersjs/typebox").TLiteral<"healthy">, import("@feathersjs/typebox").TLiteral<"unhealthy">, import("@feathersjs/typebox").TLiteral<"reconciled">, import("@feathersjs/typebox").TLiteral<"restart-failed">, import("@feathersjs/typebox").TLiteral<"restart-blocked">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; podId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; presetId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; source: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"docker-events">, import("@feathersjs/typebox").TLiteral<"ecs-refresh">, import("@feathersjs/typebox").TLiteral<"user">, import("@feathersjs/typebox").TLiteral<"system">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TNull]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; }>>]>, import("@feathersjs/typebox").TObject<{}>]>; export type ModelsPodsEventsQuery = Static; export declare const modelsPodsEventsQueryValidator: import("@feathersjs/schema").Validator; export declare const modelsPodsEventsQueryResolver: import("@feathersjs/schema").Resolver | {} | undefined; createdAt?: any; event?: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | Partial<{ $gt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $gte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $lt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $lte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $ne: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $in: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[]; $nin: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[]; } & {}> | undefined; podId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; presetId?: string | Partial<{ $gt?: string | {} | null | undefined; $gte?: string | {} | null | undefined; $lt?: string | {} | null | undefined; $lte?: string | {} | null | undefined; $ne?: string | {} | null | undefined; $in: string | (string | {} | null)[] | {} | null; $nin: string | (string | {} | null)[] | {} | null; } & {}> | {} | null | undefined; source?: "docker-events" | "ecs-refresh" | "system" | "user" | Partial<{ $gt: "docker-events" | "ecs-refresh" | "system" | "user"; $gte: "docker-events" | "ecs-refresh" | "system" | "user"; $lt: "docker-events" | "ecs-refresh" | "system" | "user"; $lte: "docker-events" | "ecs-refresh" | "system" | "user"; $ne: "docker-events" | "ecs-refresh" | "system" | "user"; $in: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[]; $nin: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[]; } & {}> | undefined; userId?: string | Partial<{ $gt?: string | {} | null | undefined; $gte?: string | {} | null | undefined; $lt?: string | {} | null | undefined; $lte?: string | {} | null | undefined; $ne?: string | {} | null | undefined; $in: string | (string | {} | null)[] | {} | null; $nin: string | (string | {} | null)[] | {} | null; } & {}> | {} | null | undefined; } | { $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; event?: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | Partial<{ $gt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $gte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $lt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $lte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $ne: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $in: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[]; $nin: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[]; } & {}> | undefined; podId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; presetId?: string | Partial<{ $gt?: string | {} | null | undefined; $gte?: string | {} | null | undefined; $lt?: string | {} | null | undefined; $lte?: string | {} | null | undefined; $ne?: string | {} | null | undefined; $in: string | (string | {} | null)[] | {} | null; $nin: string | (string | {} | null)[] | {} | null; } & {}> | {} | null | undefined; source?: "docker-events" | "ecs-refresh" | "system" | "user" | Partial<{ $gt: "docker-events" | "ecs-refresh" | "system" | "user"; $gte: "docker-events" | "ecs-refresh" | "system" | "user"; $lt: "docker-events" | "ecs-refresh" | "system" | "user"; $lte: "docker-events" | "ecs-refresh" | "system" | "user"; $ne: "docker-events" | "ecs-refresh" | "system" | "user"; $in: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[]; $nin: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[]; } & {}> | undefined; userId?: string | Partial<{ $gt?: string | {} | null | undefined; $gte?: string | {} | null | undefined; $lt?: string | {} | null | undefined; $lte?: string | {} | null | undefined; $ne?: string | {} | null | undefined; $in: string | (string | {} | null)[] | {} | null; $nin: string | (string | {} | null)[] | {} | null; } & {}> | {} | null | undefined; }[]; })[]; $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; event?: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | Partial<{ $gt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $gte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $lt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $lte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $ne: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $in: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[]; $nin: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[]; } & {}> | undefined; podId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; presetId?: string | Partial<{ $gt?: string | {} | null | undefined; $gte?: string | {} | null | undefined; $lt?: string | {} | null | undefined; $lte?: string | {} | null | undefined; $ne?: string | {} | null | undefined; $in: string | (string | {} | null)[] | {} | null; $nin: string | (string | {} | null)[] | {} | null; } & {}> | {} | null | undefined; source?: "docker-events" | "ecs-refresh" | "system" | "user" | Partial<{ $gt: "docker-events" | "ecs-refresh" | "system" | "user"; $gte: "docker-events" | "ecs-refresh" | "system" | "user"; $lt: "docker-events" | "ecs-refresh" | "system" | "user"; $lte: "docker-events" | "ecs-refresh" | "system" | "user"; $ne: "docker-events" | "ecs-refresh" | "system" | "user"; $in: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[]; $nin: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[]; } & {}> | undefined; userId?: string | Partial<{ $gt?: string | {} | null | undefined; $gte?: string | {} | null | undefined; $lt?: string | {} | null | undefined; $lte?: string | {} | null | undefined; $ne?: string | {} | null | undefined; $in: string | (string | {} | null)[] | {} | null; $nin: string | (string | {} | null)[] | {} | null; } & {}> | {} | null | undefined; }[]; }> & { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; event?: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | Partial<{ $gt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $gte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $lt: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $lte: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $ne: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy"; $in: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[]; $nin: "died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy" | ("died" | "healthy" | "rebound" | "reconciled" | "restart-blocked" | "restart-failed" | "restarted" | "unhealthy")[]; } & {}> | undefined; podId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; presetId?: string | Partial<{ $gt?: string | {} | null | undefined; $gte?: string | {} | null | undefined; $lt?: string | {} | null | undefined; $lte?: string | {} | null | undefined; $ne?: string | {} | null | undefined; $in: string | (string | {} | null)[] | {} | null; $nin: string | (string | {} | null)[] | {} | null; } & {}> | {} | null | undefined; source?: "docker-events" | "ecs-refresh" | "system" | "user" | Partial<{ $gt: "docker-events" | "ecs-refresh" | "system" | "user"; $gte: "docker-events" | "ecs-refresh" | "system" | "user"; $lt: "docker-events" | "ecs-refresh" | "system" | "user"; $lte: "docker-events" | "ecs-refresh" | "system" | "user"; $ne: "docker-events" | "ecs-refresh" | "system" | "user"; $in: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[]; $nin: "docker-events" | "ecs-refresh" | "system" | "user" | ("docker-events" | "ecs-refresh" | "system" | "user")[]; } & {}> | undefined; userId?: string | Partial<{ $gt?: string | {} | null | undefined; $gte?: string | {} | null | undefined; $lt?: string | {} | null | undefined; $lte?: string | {} | null | undefined; $ne?: string | {} | null | undefined; $in: string | (string | {} | null)[] | {} | null; $nin: string | (string | {} | null)[] | {} | null; } & {}> | {} | null | undefined; } & {}, HookContext>>;