import type { Static } from '@feathersjs/typebox'; import type { HookContext } from '../../../../declarations'; import type { ExchangesTransactionsSyncService } from './sync.class'; export declare const exchangesTransactionsSyncSchema: 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<{}>]>>; exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; exchange: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; since: import("@feathersjs/typebox").TOptional>; fetchedCount: import("@feathersjs/typebox").TOptional; totalSymbols: import("@feathersjs/typebox").TOptional; processedSymbols: import("@feathersjs/typebox").TOptional; currentSymbol: import("@feathersjs/typebox").TOptional>; processedSymbolsList: import("@feathersjs/typebox").TOptional>>; cursor: import("@feathersjs/typebox").TOptional; agendaJobId: import("@feathersjs/typebox").TOptional>; error: import("@feathersjs/typebox").TOptional>; startedAt: import("@feathersjs/typebox").TOptional; completedAt: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; }>; export type ExchangesTransactionsSync = Static; export declare const exchangesTransactionsSyncValidator: import("@feathersjs/schema").Validator; export declare const exchangesTransactionsSyncResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId?: string | {} | undefined; exchangeId: string | {}; exchange?: string | undefined; status: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; since?: string | undefined; fetchedCount?: number | undefined; totalSymbols?: number | undefined; processedSymbols?: number | undefined; currentSymbol?: string | undefined; processedSymbolsList?: string[] | undefined; cursor?: any; agendaJobId?: string | undefined; error?: string | undefined; startedAt?: any; completedAt?: any; createdAt?: any; }, HookContext>>; export declare const exchangesTransactionsSyncExternalResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId?: string | {} | undefined; exchangeId: string | {}; exchange?: string | undefined; status: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; since?: string | undefined; fetchedCount?: number | undefined; totalSymbols?: number | undefined; processedSymbols?: number | undefined; currentSymbol?: string | undefined; processedSymbolsList?: string[] | undefined; cursor?: any; agendaJobId?: string | undefined; error?: string | undefined; startedAt?: any; completedAt?: any; createdAt?: any; }, HookContext>>; export declare const exchangesTransactionsSyncDataSchema: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; exchange: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; since: import("@feathersjs/typebox").TOptional>; fetchedCount: import("@feathersjs/typebox").TOptional; totalSymbols: import("@feathersjs/typebox").TOptional; processedSymbols: import("@feathersjs/typebox").TOptional; currentSymbol: import("@feathersjs/typebox").TOptional>; processedSymbolsList: import("@feathersjs/typebox").TOptional>>; cursor: import("@feathersjs/typebox").TOptional; agendaJobId: import("@feathersjs/typebox").TOptional>; error: import("@feathersjs/typebox").TOptional>; startedAt: import("@feathersjs/typebox").TOptional; completedAt: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; }>, ["exchangeId", "since"]>; export type ExchangesTransactionsSyncData = Static; export declare const exchangesTransactionsSyncDataValidator: import("@feathersjs/schema").Validator; export declare const exchangesTransactionsSyncDataResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId?: string | {} | undefined; exchangeId: string | {}; exchange?: string | undefined; status: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; since?: string | undefined; fetchedCount?: number | undefined; totalSymbols?: number | undefined; processedSymbols?: number | undefined; currentSymbol?: string | undefined; processedSymbolsList?: string[] | undefined; cursor?: any; agendaJobId?: string | undefined; error?: string | undefined; startedAt?: any; completedAt?: any; createdAt?: any; }, HookContext>>; export declare const exchangesTransactionsSyncPatchSchema: import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; exchange: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; since: import("@feathersjs/typebox").TOptional>; fetchedCount: import("@feathersjs/typebox").TOptional; totalSymbols: import("@feathersjs/typebox").TOptional; processedSymbols: import("@feathersjs/typebox").TOptional; currentSymbol: import("@feathersjs/typebox").TOptional>; processedSymbolsList: import("@feathersjs/typebox").TOptional>>; cursor: import("@feathersjs/typebox").TOptional; agendaJobId: import("@feathersjs/typebox").TOptional>; error: import("@feathersjs/typebox").TOptional>; startedAt: import("@feathersjs/typebox").TOptional; completedAt: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; }>>; export type ExchangesTransactionsSyncPatch = Static; export declare const exchangesTransactionsSyncPatchValidator: import("@feathersjs/schema").Validator; export declare const exchangesTransactionsSyncPatchResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; userId?: string | {} | undefined; exchangeId: string | {}; exchange?: string | undefined; status: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; since?: string | undefined; fetchedCount?: number | undefined; totalSymbols?: number | undefined; processedSymbols?: number | undefined; currentSymbol?: string | undefined; processedSymbolsList?: string[] | undefined; cursor?: any; agendaJobId?: string | undefined; error?: string | undefined; startedAt?: any; completedAt?: any; createdAt?: any; }, HookContext>>; export declare const exchangesTransactionsSyncQueryProperties: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; exchangeId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; exchange: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; since: import("@feathersjs/typebox").TOptional>; fetchedCount: import("@feathersjs/typebox").TOptional; totalSymbols: import("@feathersjs/typebox").TOptional; processedSymbols: import("@feathersjs/typebox").TOptional; currentSymbol: import("@feathersjs/typebox").TOptional>; processedSymbolsList: import("@feathersjs/typebox").TOptional>>; cursor: import("@feathersjs/typebox").TOptional; agendaJobId: import("@feathersjs/typebox").TOptional>; error: import("@feathersjs/typebox").TOptional>; startedAt: import("@feathersjs/typebox").TOptional; completedAt: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; }>, ["_id", "userId", "exchangeId", "exchange", "status", "createdAt"]>; export declare const exchangesTransactionsSyncQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial; createdAt: import("@feathersjs/typebox").TOptional; exchange: import("@feathersjs/typebox").TOptional; exchangeId: import("@feathersjs/typebox").TOptional; status: import("@feathersjs/typebox").TOptional; userId: import("@feathersjs/typebox").TOptional; }>; $select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "exchange" | "exchangeId" | "status" | "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>]>>]>>; exchange: import("@feathersjs/typebox").TOptional>, import("@feathersjs/typebox").TPartial>; $gte: import("@feathersjs/typebox").TOptional>; $lt: import("@feathersjs/typebox").TOptional>; $lte: import("@feathersjs/typebox").TOptional>; $ne: import("@feathersjs/typebox").TOptional>; $in: import("@feathersjs/typebox").TArray>> | import("@feathersjs/typebox").TOptional>; $nin: import("@feathersjs/typebox").TArray>> | import("@feathersjs/typebox").TOptional>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; exchangeId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; }>, 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>]>>]>>; exchange: import("@feathersjs/typebox").TOptional>, import("@feathersjs/typebox").TPartial>; $gte: import("@feathersjs/typebox").TOptional>; $lt: import("@feathersjs/typebox").TOptional>; $lte: import("@feathersjs/typebox").TOptional>; $ne: import("@feathersjs/typebox").TOptional>; $in: import("@feathersjs/typebox").TArray>> | import("@feathersjs/typebox").TOptional>; $nin: import("@feathersjs/typebox").TArray>> | import("@feathersjs/typebox").TOptional>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; exchangeId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; }>, 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>]>>]>>; exchange: import("@feathersjs/typebox").TOptional>, import("@feathersjs/typebox").TPartial>; $gte: import("@feathersjs/typebox").TOptional>; $lt: import("@feathersjs/typebox").TOptional>; $lte: import("@feathersjs/typebox").TOptional>; $ne: import("@feathersjs/typebox").TOptional>; $in: import("@feathersjs/typebox").TArray>> | import("@feathersjs/typebox").TOptional>; $nin: import("@feathersjs/typebox").TArray>> | import("@feathersjs/typebox").TOptional>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; exchangeId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; }>, 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>]>>]>>; exchange: import("@feathersjs/typebox").TOptional>, import("@feathersjs/typebox").TPartial>; $gte: import("@feathersjs/typebox").TOptional>; $lt: import("@feathersjs/typebox").TOptional>; $lte: import("@feathersjs/typebox").TOptional>; $ne: import("@feathersjs/typebox").TOptional>; $in: import("@feathersjs/typebox").TArray>> | import("@feathersjs/typebox").TOptional>; $nin: import("@feathersjs/typebox").TArray>> | import("@feathersjs/typebox").TOptional>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; exchangeId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"running">, import("@feathersjs/typebox").TLiteral<"completed">, import("@feathersjs/typebox").TLiteral<"failed">, import("@feathersjs/typebox").TLiteral<"paused">, import("@feathersjs/typebox").TLiteral<"cancelled">]>; }>, 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 ExchangesTransactionsSyncQuery = Static; export declare const exchangesTransactionsSyncQueryValidator: import("@feathersjs/schema").Validator; export declare const exchangesTransactionsSyncQueryResolver: import("@feathersjs/schema").Resolver | {} | undefined; createdAt?: any; exchange?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; exchangeId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; status?: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | Partial<{ $gt: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $gte: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $lt: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $lte: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $ne: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $in: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | ("cancelled" | "completed" | "failed" | "paused" | "pending" | "running")[]; $nin: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | ("cancelled" | "completed" | "failed" | "paused" | "pending" | "running")[]; } & {}> | undefined; 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; exchange?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; exchangeId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; status?: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | Partial<{ $gt: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $gte: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $lt: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $lte: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $ne: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $in: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | ("cancelled" | "completed" | "failed" | "paused" | "pending" | "running")[]; $nin: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | ("cancelled" | "completed" | "failed" | "paused" | "pending" | "running")[]; } & {}> | undefined; 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; exchange?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; exchangeId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; status?: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | Partial<{ $gt: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $gte: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $lt: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $lte: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $ne: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $in: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | ("cancelled" | "completed" | "failed" | "paused" | "pending" | "running")[]; $nin: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | ("cancelled" | "completed" | "failed" | "paused" | "pending" | "running")[]; } & {}> | undefined; 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; exchange?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; exchangeId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; status?: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | Partial<{ $gt: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $gte: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $lt: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $lte: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $ne: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running"; $in: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | ("cancelled" | "completed" | "failed" | "paused" | "pending" | "running")[]; $nin: "cancelled" | "completed" | "failed" | "paused" | "pending" | "running" | ("cancelled" | "completed" | "failed" | "paused" | "pending" | "running")[]; } & {}> | undefined; 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>>;