import type { Static } from '@feathersjs/typebox'; import type { HookContext } from '../../../declarations'; import type { StrategiesResearchService } from './research.class'; export declare const strategiesResearchSchema: import("@feathersjs/typebox").TObject<{ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; sessionId: import("@feathersjs/typebox").TString; prompt: import("@feathersjs/typebox").TString; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; currentStep: import("@feathersjs/typebox").TOptional>; strategies: import("@feathersjs/typebox").TArray; name: import("@feathersjs/typebox").TString; description: import("@feathersjs/typebox").TOptional>; timeframe: import("@feathersjs/typebox").TOptional>; indicators: import("@feathersjs/typebox").TOptional>>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"generated">, import("@feathersjs/typebox").TLiteral<"validated">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; progress: import("@feathersjs/typebox").TOptional; backtestId: import("@feathersjs/typebox").TOptional>; metrics: import("@feathersjs/typebox").TOptional; equityCurve: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TNull]>>; }>>; comparison: import("@feathersjs/typebox").TOptional; reasoning: import("@feathersjs/typebox").TString; rankings: import("@feathersjs/typebox").TArray; rank: import("@feathersjs/typebox").TNumber; score: import("@feathersjs/typebox").TOptional; metrics: import("@feathersjs/typebox").TOptional; }>>; }>>; report: import("@feathersjs/typebox").TOptional; summary: import("@feathersjs/typebox").TString; recommendations: import("@feathersjs/typebox").TArray>; markdownReport: import("@feathersjs/typebox").TString; }>>; options: import("@feathersjs/typebox").TOptional; startDate: import("@feathersjs/typebox").TOptional>; endDate: import("@feathersjs/typebox").TOptional>; stakeCurrency: import("@feathersjs/typebox").TOptional>; stakeAmount: import("@feathersjs/typebox").TOptional; dryRunWallet: import("@feathersjs/typebox").TOptional; days: import("@feathersjs/typebox").TOptional; maxRounds: import("@feathersjs/typebox").TOptional; minReturnPct: import("@feathersjs/typebox").TOptional; }>>; error: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; pendingQuestion: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TNull]>>; chatMessage: import("@feathersjs/typebox").TOptional>; agendaJobId: import("@feathersjs/typebox").TOptional>; correlationId: import("@feathersjs/typebox").TOptional>; }>; export type StrategiesResearch = Static; export declare const strategiesResearchValidator: import("@feathersjs/schema").Validator; export declare const strategiesResearchResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId: string | {}; traderId: string | {}; exchangeId: string | {}; sessionId: string; prompt: string; status: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; currentStep?: string | undefined; strategies: { strategyId: string; name: string; description?: string | undefined; timeframe?: string | undefined; indicators?: string[] | undefined; status: "backtesting" | "completed" | "failed" | "generated" | "pending" | "validated"; progress?: number | undefined; backtestId?: string | undefined; metrics?: any; equityCurve?: number[] | null | undefined; }[]; comparison?: { bestStrategyId: string; reasoning: string; rankings: { strategyId: string; rank: number; score?: number | undefined; metrics?: any; }[]; } | undefined; report?: { title: string; summary: string; recommendations: string[]; markdownReport: string; } | undefined; options?: { strategyCount?: number | undefined; startDate?: string | undefined; endDate?: string | undefined; stakeCurrency?: string | undefined; stakeAmount?: number | undefined; dryRunWallet?: number | undefined; days?: number | undefined; maxRounds?: number | undefined; minReturnPct?: number | undefined; } | undefined; error?: string | undefined; createdAt?: any; updatedAt?: any; pendingQuestion?: string | null | undefined; chatMessage?: string | undefined; agendaJobId?: string | undefined; correlationId?: string | undefined; }, HookContext>>; export declare const strategiesResearchExternalResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId: string | {}; traderId: string | {}; exchangeId: string | {}; sessionId: string; prompt: string; status: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; currentStep?: string | undefined; strategies: { strategyId: string; name: string; description?: string | undefined; timeframe?: string | undefined; indicators?: string[] | undefined; status: "backtesting" | "completed" | "failed" | "generated" | "pending" | "validated"; progress?: number | undefined; backtestId?: string | undefined; metrics?: any; equityCurve?: number[] | null | undefined; }[]; comparison?: { bestStrategyId: string; reasoning: string; rankings: { strategyId: string; rank: number; score?: number | undefined; metrics?: any; }[]; } | undefined; report?: { title: string; summary: string; recommendations: string[]; markdownReport: string; } | undefined; options?: { strategyCount?: number | undefined; startDate?: string | undefined; endDate?: string | undefined; stakeCurrency?: string | undefined; stakeAmount?: number | undefined; dryRunWallet?: number | undefined; days?: number | undefined; maxRounds?: number | undefined; minReturnPct?: number | undefined; } | undefined; error?: string | undefined; createdAt?: any; updatedAt?: any; pendingQuestion?: string | null | undefined; chatMessage?: string | undefined; agendaJobId?: string | undefined; correlationId?: string | undefined; }, HookContext>>; export declare const strategiesResearchDataSchema: import("@feathersjs/typebox").TObject<{ traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; prompt: import("@feathersjs/typebox").TString; options: import("@feathersjs/typebox").TOptional; startDate: import("@feathersjs/typebox").TOptional>; endDate: import("@feathersjs/typebox").TOptional>; stakeCurrency: import("@feathersjs/typebox").TOptional>; stakeAmount: import("@feathersjs/typebox").TOptional; dryRunWallet: import("@feathersjs/typebox").TOptional; days: import("@feathersjs/typebox").TOptional; maxRounds: import("@feathersjs/typebox").TOptional; minReturnPct: import("@feathersjs/typebox").TOptional; }>>; }>; export type StrategiesResearchData = Static; export declare const strategiesResearchDataValidator: import("@feathersjs/schema").Validator; export declare const strategiesResearchDataResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId: string | {}; traderId: string | {}; exchangeId: string | {}; sessionId: string; prompt: string; status: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; currentStep?: string | undefined; strategies: { strategyId: string; name: string; description?: string | undefined; timeframe?: string | undefined; indicators?: string[] | undefined; status: "backtesting" | "completed" | "failed" | "generated" | "pending" | "validated"; progress?: number | undefined; backtestId?: string | undefined; metrics?: any; equityCurve?: number[] | null | undefined; }[]; comparison?: { bestStrategyId: string; reasoning: string; rankings: { strategyId: string; rank: number; score?: number | undefined; metrics?: any; }[]; } | undefined; report?: { title: string; summary: string; recommendations: string[]; markdownReport: string; } | undefined; options?: { strategyCount?: number | undefined; startDate?: string | undefined; endDate?: string | undefined; stakeCurrency?: string | undefined; stakeAmount?: number | undefined; dryRunWallet?: number | undefined; days?: number | undefined; maxRounds?: number | undefined; minReturnPct?: number | undefined; } | undefined; error?: string | undefined; createdAt?: any; updatedAt?: any; pendingQuestion?: string | null | undefined; chatMessage?: string | undefined; agendaJobId?: string | undefined; correlationId?: string | undefined; }, HookContext>>; export declare const strategiesResearchPatchSchema: import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; sessionId: import("@feathersjs/typebox").TString; prompt: import("@feathersjs/typebox").TString; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; currentStep: import("@feathersjs/typebox").TOptional>; strategies: import("@feathersjs/typebox").TArray; name: import("@feathersjs/typebox").TString; description: import("@feathersjs/typebox").TOptional>; timeframe: import("@feathersjs/typebox").TOptional>; indicators: import("@feathersjs/typebox").TOptional>>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"generated">, import("@feathersjs/typebox").TLiteral<"validated">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; progress: import("@feathersjs/typebox").TOptional; backtestId: import("@feathersjs/typebox").TOptional>; metrics: import("@feathersjs/typebox").TOptional; equityCurve: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TNull]>>; }>>; comparison: import("@feathersjs/typebox").TOptional; reasoning: import("@feathersjs/typebox").TString; rankings: import("@feathersjs/typebox").TArray; rank: import("@feathersjs/typebox").TNumber; score: import("@feathersjs/typebox").TOptional; metrics: import("@feathersjs/typebox").TOptional; }>>; }>>; report: import("@feathersjs/typebox").TOptional; summary: import("@feathersjs/typebox").TString; recommendations: import("@feathersjs/typebox").TArray>; markdownReport: import("@feathersjs/typebox").TString; }>>; options: import("@feathersjs/typebox").TOptional; startDate: import("@feathersjs/typebox").TOptional>; endDate: import("@feathersjs/typebox").TOptional>; stakeCurrency: import("@feathersjs/typebox").TOptional>; stakeAmount: import("@feathersjs/typebox").TOptional; dryRunWallet: import("@feathersjs/typebox").TOptional; days: import("@feathersjs/typebox").TOptional; maxRounds: import("@feathersjs/typebox").TOptional; minReturnPct: import("@feathersjs/typebox").TOptional; }>>; error: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; pendingQuestion: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TNull]>>; chatMessage: import("@feathersjs/typebox").TOptional>; agendaJobId: import("@feathersjs/typebox").TOptional>; correlationId: import("@feathersjs/typebox").TOptional>; }>, ["_id", "userId", "traderId", "exchangeId", "sessionId", "prompt"]>>; export type StrategiesResearchPatch = Static; export declare const strategiesResearchPatchValidator: import("@feathersjs/schema").Validator; export declare const strategiesResearchPatchResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId: string | {}; traderId: string | {}; exchangeId: string | {}; sessionId: string; prompt: string; status: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; currentStep?: string | undefined; strategies: { strategyId: string; name: string; description?: string | undefined; timeframe?: string | undefined; indicators?: string[] | undefined; status: "backtesting" | "completed" | "failed" | "generated" | "pending" | "validated"; progress?: number | undefined; backtestId?: string | undefined; metrics?: any; equityCurve?: number[] | null | undefined; }[]; comparison?: { bestStrategyId: string; reasoning: string; rankings: { strategyId: string; rank: number; score?: number | undefined; metrics?: any; }[]; } | undefined; report?: { title: string; summary: string; recommendations: string[]; markdownReport: string; } | undefined; options?: { strategyCount?: number | undefined; startDate?: string | undefined; endDate?: string | undefined; stakeCurrency?: string | undefined; stakeAmount?: number | undefined; dryRunWallet?: number | undefined; days?: number | undefined; maxRounds?: number | undefined; minReturnPct?: number | undefined; } | undefined; error?: string | undefined; createdAt?: any; updatedAt?: any; pendingQuestion?: string | null | undefined; chatMessage?: string | undefined; agendaJobId?: string | undefined; correlationId?: string | undefined; }, HookContext>>; export declare const strategiesResearchQueryProperties: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; traderId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; sessionId: import("@feathersjs/typebox").TString; prompt: import("@feathersjs/typebox").TString; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; currentStep: import("@feathersjs/typebox").TOptional>; strategies: import("@feathersjs/typebox").TArray; name: import("@feathersjs/typebox").TString; description: import("@feathersjs/typebox").TOptional>; timeframe: import("@feathersjs/typebox").TOptional>; indicators: import("@feathersjs/typebox").TOptional>>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"generated">, import("@feathersjs/typebox").TLiteral<"validated">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; progress: import("@feathersjs/typebox").TOptional; backtestId: import("@feathersjs/typebox").TOptional>; metrics: import("@feathersjs/typebox").TOptional; equityCurve: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TNull]>>; }>>; comparison: import("@feathersjs/typebox").TOptional; reasoning: import("@feathersjs/typebox").TString; rankings: import("@feathersjs/typebox").TArray; rank: import("@feathersjs/typebox").TNumber; score: import("@feathersjs/typebox").TOptional; metrics: import("@feathersjs/typebox").TOptional; }>>; }>>; report: import("@feathersjs/typebox").TOptional; summary: import("@feathersjs/typebox").TString; recommendations: import("@feathersjs/typebox").TArray>; markdownReport: import("@feathersjs/typebox").TString; }>>; options: import("@feathersjs/typebox").TOptional; startDate: import("@feathersjs/typebox").TOptional>; endDate: import("@feathersjs/typebox").TOptional>; stakeCurrency: import("@feathersjs/typebox").TOptional>; stakeAmount: import("@feathersjs/typebox").TOptional; dryRunWallet: import("@feathersjs/typebox").TOptional; days: import("@feathersjs/typebox").TOptional; maxRounds: import("@feathersjs/typebox").TOptional; minReturnPct: import("@feathersjs/typebox").TOptional; }>>; error: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; pendingQuestion: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TNull]>>; chatMessage: import("@feathersjs/typebox").TOptional>; agendaJobId: import("@feathersjs/typebox").TOptional>; correlationId: import("@feathersjs/typebox").TOptional>; }>, ["_id", "userId", "traderId", "exchangeId", "sessionId", "status", "createdAt"]>; export declare const strategiesResearchQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial; createdAt: import("@feathersjs/typebox").TOptional; exchangeId: import("@feathersjs/typebox").TOptional; sessionId: import("@feathersjs/typebox").TOptional; status: import("@feathersjs/typebox").TOptional; traderId: import("@feathersjs/typebox").TOptional; userId: import("@feathersjs/typebox").TOptional; }>; $select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "exchangeId" | "sessionId" | "status" | "traderId" | "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>]>>]>>; exchangeId: 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>]>>]>>; sessionId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TString; $lt: import("@feathersjs/typebox").TString; $lte: import("@feathersjs/typebox").TString; $ne: import("@feathersjs/typebox").TString; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; traderId: 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>]>>]>>; userId: 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>]>>]>>; }>>, 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>]>>]>>; exchangeId: 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>]>>]>>; sessionId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TString; $lt: import("@feathersjs/typebox").TString; $lte: import("@feathersjs/typebox").TString; $ne: import("@feathersjs/typebox").TString; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; traderId: 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>]>>]>>; userId: 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>]>>]>>; }>>>; }>]>>; $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>]>>]>>; exchangeId: 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>]>>]>>; sessionId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TString; $lt: import("@feathersjs/typebox").TString; $lte: import("@feathersjs/typebox").TString; $ne: import("@feathersjs/typebox").TString; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; traderId: 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>]>>]>>; userId: 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>]>>]>>; }>>>; }>>, 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>]>>]>>; exchangeId: 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>]>>]>>; sessionId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TString; $lt: import("@feathersjs/typebox").TString; $lte: import("@feathersjs/typebox").TString; $ne: import("@feathersjs/typebox").TString; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"initializing">, import("@feathersjs/typebox").TLiteral<"analyzing">, import("@feathersjs/typebox").TLiteral<"generating">, import("@feathersjs/typebox").TLiteral<"backtesting">, import("@feathersjs/typebox").TLiteral<"comparing">, import("@feathersjs/typebox").TLiteral<"waiting">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; traderId: 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>]>>]>>; userId: 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>]>>]>>; }>>]>, import("@feathersjs/typebox").TObject<{}>]>; export type StrategiesResearchQuery = Static; export declare const strategiesResearchQueryValidator: import("@feathersjs/schema").Validator; export declare const strategiesResearchQueryResolver: import("@feathersjs/schema").Resolver | {} | undefined; createdAt?: any; exchangeId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; sessionId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | Partial<{ $gt: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $gte: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $lt: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $lte: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $ne: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $in: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | ("analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting")[]; $nin: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | ("analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting")[]; } & {}> | undefined; traderId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; userId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; } | { $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; exchangeId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; sessionId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | Partial<{ $gt: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $gte: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $lt: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $lte: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $ne: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $in: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | ("analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting")[]; $nin: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | ("analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting")[]; } & {}> | undefined; traderId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; userId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; }[]; })[]; $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; exchangeId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; sessionId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | Partial<{ $gt: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $gte: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $lt: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $lte: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $ne: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $in: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | ("analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting")[]; $nin: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | ("analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting")[]; } & {}> | undefined; traderId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; userId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; }[]; }> & { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; exchangeId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; sessionId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | Partial<{ $gt: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $gte: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $lt: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $lte: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $ne: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting"; $in: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | ("analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting")[]; $nin: "analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting" | ("analyzing" | "backtesting" | "comparing" | "completed" | "failed" | "generating" | "initializing" | "waiting")[]; } & {}> | undefined; traderId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; userId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; } & {}, HookContext>>;