import type { Static } from '@feathersjs/typebox'; import { type HookContext } from '../../declarations'; import type { AdvisorService } from './advisor.class'; export declare const advisorResultsSchema: import("@feathersjs/typebox").TObject<{ output_file: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>; export type AdvisorResults = Static; export declare const advisorSchema: import("@feathersjs/typebox").TObject<{ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; query: import("@feathersjs/typebox").TString; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; fargateTaskArn: import("@feathersjs/typebox").TOptional>; fargateTaskIp: import("@feathersjs/typebox").TOptional>; fargateClusterArn: import("@feathersjs/typebox").TOptional>; results: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; error: import("@feathersjs/typebox").TOptional>; _cancelProcessed: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; }>; export type Advisor = Static; export declare const advisorValidator: import("@feathersjs/schema").Validator; export declare const advisorResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId?: string | {} | undefined; query: string; status: "canceled" | "failed" | "running" | "succeeded"; fargateTaskArn?: string | undefined; fargateTaskIp?: string | undefined; fargateClusterArn?: string | undefined; results?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; error?: string | undefined; _cancelProcessed?: boolean | undefined; createdAt?: any; updatedAt?: any; }, HookContext>>; export declare const advisorExternalResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId?: string | {} | undefined; query: string; status: "canceled" | "failed" | "running" | "succeeded"; fargateTaskArn?: string | undefined; fargateTaskIp?: string | undefined; fargateClusterArn?: string | undefined; results?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; error?: string | undefined; _cancelProcessed?: boolean | undefined; createdAt?: any; updatedAt?: any; }, HookContext>>; export declare const advisorDataSchema: import("@feathersjs/typebox").TObject<{ query: import("@feathersjs/typebox").TString; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; }>; export type AdvisorData = Static; export declare const advisorDataValidator: import("@feathersjs/schema").Validator; export declare const advisorDataResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId?: string | {} | undefined; query: string; status: "canceled" | "failed" | "running" | "succeeded"; fargateTaskArn?: string | undefined; fargateTaskIp?: string | undefined; fargateClusterArn?: string | undefined; results?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; error?: string | undefined; _cancelProcessed?: boolean | undefined; createdAt?: any; updatedAt?: any; }, HookContext>>; export declare const advisorPatchSchema: import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; query: import("@feathersjs/typebox").TString; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; fargateTaskArn: import("@feathersjs/typebox").TOptional>; fargateTaskIp: import("@feathersjs/typebox").TOptional>; fargateClusterArn: import("@feathersjs/typebox").TOptional>; results: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; error: import("@feathersjs/typebox").TOptional>; _cancelProcessed: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; }>>; export type AdvisorPatch = Static; export declare const advisorPatchValidator: import("@feathersjs/schema").Validator; export declare const advisorPatchResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId?: string | {} | undefined; query: string; status: "canceled" | "failed" | "running" | "succeeded"; fargateTaskArn?: string | undefined; fargateTaskIp?: string | undefined; fargateClusterArn?: string | undefined; results?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; error?: string | undefined; _cancelProcessed?: boolean | undefined; createdAt?: any; updatedAt?: any; }, HookContext>>; export declare const advisorQueryProperties: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; query: import("@feathersjs/typebox").TString; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; fargateTaskArn: import("@feathersjs/typebox").TOptional>; fargateTaskIp: import("@feathersjs/typebox").TOptional>; fargateClusterArn: import("@feathersjs/typebox").TOptional>; results: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; error: import("@feathersjs/typebox").TOptional>; _cancelProcessed: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; }>, ["_id", "userId", "query", "status", "fargateTaskArn", "fargateTaskIp", "fargateClusterArn", "results", "error", "createdAt", "updatedAt"]>; export declare const advisorQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial; createdAt: import("@feathersjs/typebox").TOptional; error: import("@feathersjs/typebox").TOptional; fargateClusterArn: import("@feathersjs/typebox").TOptional; fargateTaskArn: import("@feathersjs/typebox").TOptional; fargateTaskIp: import("@feathersjs/typebox").TOptional; query: import("@feathersjs/typebox").TOptional; results: import("@feathersjs/typebox").TOptional; status: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; userId: import("@feathersjs/typebox").TOptional; }>; $select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "error" | "fargateClusterArn" | "fargateTaskArn" | "fargateTaskIp" | "query" | "results" | "status" | "updatedAt" | "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>]>>]>>; error: 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>]>>]>>; fargateClusterArn: 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>]>>]>>; fargateTaskArn: 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>]>>]>>; fargateTaskIp: 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>]>>]>>; query: 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>]>>]>>; results: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>, import("@feathersjs/typebox").TPartial>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $gte: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $lt: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $lte: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $ne: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $in: import("@feathersjs/typebox").TArray>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>> | import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $nin: import("@feathersjs/typebox").TArray>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>> | import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; updatedAt: 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>]>>]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional, 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>]>>]>>; error: 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>]>>]>>; fargateClusterArn: 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>]>>]>>; fargateTaskArn: 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>]>>]>>; fargateTaskIp: 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>]>>]>>; query: 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>]>>]>>; results: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>, import("@feathersjs/typebox").TPartial>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $gte: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $lt: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $lte: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $ne: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $in: import("@feathersjs/typebox").TArray>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>> | import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $nin: import("@feathersjs/typebox").TArray>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>> | import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; updatedAt: 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>]>>]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional, 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>]>>]>>; error: 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>]>>]>>; fargateClusterArn: 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>]>>]>>; fargateTaskArn: 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>]>>]>>; fargateTaskIp: 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>]>>]>>; query: 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>]>>]>>; results: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>, import("@feathersjs/typebox").TPartial>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $gte: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $lt: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $lte: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $ne: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $in: import("@feathersjs/typebox").TArray>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>> | import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $nin: import("@feathersjs/typebox").TArray>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>> | import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; updatedAt: 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>]>>]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional, 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>]>>]>>; error: 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>]>>]>>; fargateClusterArn: 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>]>>]>>; fargateTaskArn: 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>]>>]>>; fargateTaskIp: 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>]>>]>>; query: 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>]>>]>>; results: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>, import("@feathersjs/typebox").TPartial>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $gte: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $lt: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $lte: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $ne: import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $in: import("@feathersjs/typebox").TArray>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>> | import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; $nin: import("@feathersjs/typebox").TArray>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>> | import("@feathersjs/typebox").TOptional>; research_costs: import("@feathersjs/typebox").TOptional; num_sources: import("@feathersjs/typebox").TOptional; num_images: import("@feathersjs/typebox").TOptional; duration_seconds: import("@feathersjs/typebox").TOptional; completed_at: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TOptional>; metadata: import("@feathersjs/typebox").TOptional>; query: import("@feathersjs/typebox").TOptional>; report_type: import("@feathersjs/typebox").TOptional>; output_format: import("@feathersjs/typebox").TOptional>; output_dir: import("@feathersjs/typebox").TOptional>; started_at: import("@feathersjs/typebox").TOptional; research_context: import("@feathersjs/typebox").TOptional; source_urls: import("@feathersjs/typebox").TOptional>>; research_sources: import("@feathersjs/typebox").TOptional>; optional_params: import("@feathersjs/typebox").TOptional; }>>; }>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"succeeded">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"canceled">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; updatedAt: 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>]>>]>>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; }>>]>, import("@feathersjs/typebox").TObject<{}>]>; export type AdvisorQuery = Static; export declare const advisorQueryValidator: import("@feathersjs/schema").Validator; export declare const advisorQueryResolver: import("@feathersjs/schema").Resolver | {} | undefined; createdAt?: any; error?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateClusterArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateTaskArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateTaskIp?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; query?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; results?: Partial<{ $gt?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $gte?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $lt?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $lte?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $ne?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $in: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }[] | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }; $nin: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }[] | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }; } & {}> | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; status?: "canceled" | "failed" | "running" | "succeeded" | Partial<{ $gt: "canceled" | "failed" | "running" | "succeeded"; $gte: "canceled" | "failed" | "running" | "succeeded"; $lt: "canceled" | "failed" | "running" | "succeeded"; $lte: "canceled" | "failed" | "running" | "succeeded"; $ne: "canceled" | "failed" | "running" | "succeeded"; $in: "canceled" | "failed" | "running" | "succeeded" | ("canceled" | "failed" | "running" | "succeeded")[]; $nin: "canceled" | "failed" | "running" | "succeeded" | ("canceled" | "failed" | "running" | "succeeded")[]; } & {}> | undefined; updatedAt?: any; userId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $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; error?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateClusterArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateTaskArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateTaskIp?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; query?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; results?: Partial<{ $gt?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $gte?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $lt?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $lte?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $ne?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $in: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }[] | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }; $nin: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }[] | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }; } & {}> | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; status?: "canceled" | "failed" | "running" | "succeeded" | Partial<{ $gt: "canceled" | "failed" | "running" | "succeeded"; $gte: "canceled" | "failed" | "running" | "succeeded"; $lt: "canceled" | "failed" | "running" | "succeeded"; $lte: "canceled" | "failed" | "running" | "succeeded"; $ne: "canceled" | "failed" | "running" | "succeeded"; $in: "canceled" | "failed" | "running" | "succeeded" | ("canceled" | "failed" | "running" | "succeeded")[]; $nin: "canceled" | "failed" | "running" | "succeeded" | ("canceled" | "failed" | "running" | "succeeded")[]; } & {}> | undefined; updatedAt?: any; userId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $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; error?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateClusterArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateTaskArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateTaskIp?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; query?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; results?: Partial<{ $gt?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $gte?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $lt?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $lte?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $ne?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $in: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }[] | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }; $nin: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }[] | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }; } & {}> | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; status?: "canceled" | "failed" | "running" | "succeeded" | Partial<{ $gt: "canceled" | "failed" | "running" | "succeeded"; $gte: "canceled" | "failed" | "running" | "succeeded"; $lt: "canceled" | "failed" | "running" | "succeeded"; $lte: "canceled" | "failed" | "running" | "succeeded"; $ne: "canceled" | "failed" | "running" | "succeeded"; $in: "canceled" | "failed" | "running" | "succeeded" | ("canceled" | "failed" | "running" | "succeeded")[]; $nin: "canceled" | "failed" | "running" | "succeeded" | ("canceled" | "failed" | "running" | "succeeded")[]; } & {}> | undefined; updatedAt?: any; userId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $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; error?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateClusterArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateTaskArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; fargateTaskIp?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; query?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; results?: Partial<{ $gt?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $gte?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $lt?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $lte?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $ne?: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; $in: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }[] | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }; $nin: { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }[] | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; }; } & {}> | { output_file?: string | undefined; research_costs?: number | undefined; num_sources?: number | undefined; num_images?: number | undefined; duration_seconds?: number | undefined; completed_at?: string | undefined; status?: string | undefined; metadata?: { advisor_id?: string | undefined; query?: string | undefined; report_type?: string | undefined; output_format?: string | undefined; output_dir?: string | undefined; started_at?: number | undefined; research_context?: any; source_urls?: string[] | undefined; research_sources?: any[] | undefined; optional_params?: any; } | undefined; } | undefined; status?: "canceled" | "failed" | "running" | "succeeded" | Partial<{ $gt: "canceled" | "failed" | "running" | "succeeded"; $gte: "canceled" | "failed" | "running" | "succeeded"; $lt: "canceled" | "failed" | "running" | "succeeded"; $lte: "canceled" | "failed" | "running" | "succeeded"; $ne: "canceled" | "failed" | "running" | "succeeded"; $in: "canceled" | "failed" | "running" | "succeeded" | ("canceled" | "failed" | "running" | "succeeded")[]; $nin: "canceled" | "failed" | "running" | "succeeded" | ("canceled" | "failed" | "running" | "succeeded")[]; } & {}> | undefined; updatedAt?: any; userId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; } & {}, HookContext>>;