import type { Static } from '@feathersjs/typebox'; import { type HookContext } from '../../../declarations'; import type { ExchangesTickerService } from './ticker.class'; export declare const exchangesTickerSchema: import("@feathersjs/typebox").TObject<{ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; exchangeId: import("@feathersjs/typebox").TOptional; exchangeData: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>; name: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; connected: import("@feathersjs/typebox").TOptional; downloaded: import("@feathersjs/typebox").TOptional; pairs: import("@feathersjs/typebox").TObject<{}>; sizes: import("@feathersjs/typebox").TArray; updatedAt: import("@feathersjs/typebox").TAny; }>>; ccxt_config: import("@feathersjs/typebox").TOptional; balances: import("@feathersjs/typebox").TOptional; total: import("@feathersjs/typebox").TOptional; fiat: import("@feathersjs/typebox").TNumber; }>>; total: import("@feathersjs/typebox").TOptional; sum: import("@feathersjs/typebox").TAny; errors: import("@feathersjs/typebox").TOptional; quotation: import("@feathersjs/typebox").TAny; updatedAt: import("@feathersjs/typebox").TAny; }>>; tags: import("@feathersjs/typebox").TOptional; background: import("@feathersjs/typebox").TOptional; avatar: import("@feathersjs/typebox").TOptional; blacklist: import("@feathersjs/typebox").TOptional; right: import("@feathersjs/typebox").TString; }>>>; whitelist: import("@feathersjs/typebox").TOptional>; ccxt_async_config: import("@feathersjs/typebox").TOptional; which: import("@feathersjs/typebox").TOptional>; stakeCurrencies: import("@feathersjs/typebox").TOptional>; popularStakeCurrency: import("@feathersjs/typebox").TOptional]>>; notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional; apiKey: import("@feathersjs/typebox").TOptional]>>; secret: import("@feathersjs/typebox").TOptional]>>; requiredCredentials: import("@feathersjs/typebox").TOptional; password: import("@feathersjs/typebox").TOptional>; uid: import("@feathersjs/typebox").TOptional>; login: import("@feathersjs/typebox").TOptional>; twofa: import("@feathersjs/typebox").TOptional>; privateKey: import("@feathersjs/typebox").TOptional>; walletAddress: import("@feathersjs/typebox").TOptional>; token: import("@feathersjs/typebox").TOptional>; error: import("@feathersjs/typebox").TOptional; userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; __v: import("@feathersjs/typebox").TOptional; }>>>; exchange: import("@feathersjs/typebox").TOptional>; timestamp: import("@feathersjs/typebox").TOptional; symbol: import("@feathersjs/typebox").TString; }>; export type ExchangesTicker = Static; export declare const exchangesTickerValidator: import("@feathersjs/schema").Validator; export declare const exchangesTickerResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; exchangeId?: any; exchangeData?: { _id: string | {}; name?: any; createdAt?: any; updatedAt?: any; connected?: boolean | undefined; downloaded?: { size: string; pairs: {}; sizes: any[]; updatedAt: any; } | undefined; ccxt_config?: any; balances?: { items: { symbol: string; total?: number | undefined; fiat: number; }[]; total?: any; sum: any; errors?: any; quotation: any; updatedAt: any; } | undefined; tags?: any; background?: any; avatar?: any; blacklist?: { left: string; right: string; }[] | undefined; whitelist?: any[] | undefined; ccxt_async_config?: any; which?: string | undefined; stakeCurrencies?: any[] | undefined; popularStakeCurrency?: string | null | undefined; notifyAboutWhitelistByEmail?: boolean | undefined; apiKey?: string | null | undefined; secret?: string | null | undefined; requiredCredentials?: any; password?: string | undefined; uid?: string | undefined; login?: string | undefined; twofa?: string | undefined; privateKey?: string | undefined; walletAddress?: string | undefined; token?: string | undefined; error?: any; userId: string | {}; __v?: any; } | undefined; exchange?: string | undefined; timestamp?: any; symbol: string; }, HookContext>>; export declare const exchangesTickerExternalResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; exchangeId?: any; exchangeData?: { _id: string | {}; name?: any; createdAt?: any; updatedAt?: any; connected?: boolean | undefined; downloaded?: { size: string; pairs: {}; sizes: any[]; updatedAt: any; } | undefined; ccxt_config?: any; balances?: { items: { symbol: string; total?: number | undefined; fiat: number; }[]; total?: any; sum: any; errors?: any; quotation: any; updatedAt: any; } | undefined; tags?: any; background?: any; avatar?: any; blacklist?: { left: string; right: string; }[] | undefined; whitelist?: any[] | undefined; ccxt_async_config?: any; which?: string | undefined; stakeCurrencies?: any[] | undefined; popularStakeCurrency?: string | null | undefined; notifyAboutWhitelistByEmail?: boolean | undefined; apiKey?: string | null | undefined; secret?: string | null | undefined; requiredCredentials?: any; password?: string | undefined; uid?: string | undefined; login?: string | undefined; twofa?: string | undefined; privateKey?: string | undefined; walletAddress?: string | undefined; token?: string | undefined; error?: any; userId: string | {}; __v?: any; } | undefined; exchange?: string | undefined; timestamp?: any; symbol: string; }, HookContext>>; export declare const exchangesTickerDataSchema: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; exchangeId: import("@feathersjs/typebox").TOptional; exchangeData: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>; name: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; connected: import("@feathersjs/typebox").TOptional; downloaded: import("@feathersjs/typebox").TOptional; pairs: import("@feathersjs/typebox").TObject<{}>; sizes: import("@feathersjs/typebox").TArray; updatedAt: import("@feathersjs/typebox").TAny; }>>; ccxt_config: import("@feathersjs/typebox").TOptional; balances: import("@feathersjs/typebox").TOptional; total: import("@feathersjs/typebox").TOptional; fiat: import("@feathersjs/typebox").TNumber; }>>; total: import("@feathersjs/typebox").TOptional; sum: import("@feathersjs/typebox").TAny; errors: import("@feathersjs/typebox").TOptional; quotation: import("@feathersjs/typebox").TAny; updatedAt: import("@feathersjs/typebox").TAny; }>>; tags: import("@feathersjs/typebox").TOptional; background: import("@feathersjs/typebox").TOptional; avatar: import("@feathersjs/typebox").TOptional; blacklist: import("@feathersjs/typebox").TOptional; right: import("@feathersjs/typebox").TString; }>>>; whitelist: import("@feathersjs/typebox").TOptional>; ccxt_async_config: import("@feathersjs/typebox").TOptional; which: import("@feathersjs/typebox").TOptional>; stakeCurrencies: import("@feathersjs/typebox").TOptional>; popularStakeCurrency: import("@feathersjs/typebox").TOptional]>>; notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional; apiKey: import("@feathersjs/typebox").TOptional]>>; secret: import("@feathersjs/typebox").TOptional]>>; requiredCredentials: import("@feathersjs/typebox").TOptional; password: import("@feathersjs/typebox").TOptional>; uid: import("@feathersjs/typebox").TOptional>; login: import("@feathersjs/typebox").TOptional>; twofa: import("@feathersjs/typebox").TOptional>; privateKey: import("@feathersjs/typebox").TOptional>; walletAddress: import("@feathersjs/typebox").TOptional>; token: import("@feathersjs/typebox").TOptional>; error: import("@feathersjs/typebox").TOptional; userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; __v: import("@feathersjs/typebox").TOptional; }>>>; exchange: import("@feathersjs/typebox").TOptional>; timestamp: import("@feathersjs/typebox").TOptional; symbol: import("@feathersjs/typebox").TString; }>, ["exchangeId", "symbol"]>; export type ExchangesTickerData = Static; export declare const exchangesTickerDataValidator: import("@feathersjs/schema").Validator; export declare const exchangesTickerDataResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; exchangeId?: any; exchangeData?: { _id: string | {}; name?: any; createdAt?: any; updatedAt?: any; connected?: boolean | undefined; downloaded?: { size: string; pairs: {}; sizes: any[]; updatedAt: any; } | undefined; ccxt_config?: any; balances?: { items: { symbol: string; total?: number | undefined; fiat: number; }[]; total?: any; sum: any; errors?: any; quotation: any; updatedAt: any; } | undefined; tags?: any; background?: any; avatar?: any; blacklist?: { left: string; right: string; }[] | undefined; whitelist?: any[] | undefined; ccxt_async_config?: any; which?: string | undefined; stakeCurrencies?: any[] | undefined; popularStakeCurrency?: string | null | undefined; notifyAboutWhitelistByEmail?: boolean | undefined; apiKey?: string | null | undefined; secret?: string | null | undefined; requiredCredentials?: any; password?: string | undefined; uid?: string | undefined; login?: string | undefined; twofa?: string | undefined; privateKey?: string | undefined; walletAddress?: string | undefined; token?: string | undefined; error?: any; userId: string | {}; __v?: any; } | undefined; exchange?: string | undefined; timestamp?: any; symbol: string; }, HookContext>>; export declare const exchangesTickerPatchSchema: import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; exchangeId: import("@feathersjs/typebox").TOptional; exchangeData: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>; name: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; connected: import("@feathersjs/typebox").TOptional; downloaded: import("@feathersjs/typebox").TOptional; pairs: import("@feathersjs/typebox").TObject<{}>; sizes: import("@feathersjs/typebox").TArray; updatedAt: import("@feathersjs/typebox").TAny; }>>; ccxt_config: import("@feathersjs/typebox").TOptional; balances: import("@feathersjs/typebox").TOptional; total: import("@feathersjs/typebox").TOptional; fiat: import("@feathersjs/typebox").TNumber; }>>; total: import("@feathersjs/typebox").TOptional; sum: import("@feathersjs/typebox").TAny; errors: import("@feathersjs/typebox").TOptional; quotation: import("@feathersjs/typebox").TAny; updatedAt: import("@feathersjs/typebox").TAny; }>>; tags: import("@feathersjs/typebox").TOptional; background: import("@feathersjs/typebox").TOptional; avatar: import("@feathersjs/typebox").TOptional; blacklist: import("@feathersjs/typebox").TOptional; right: import("@feathersjs/typebox").TString; }>>>; whitelist: import("@feathersjs/typebox").TOptional>; ccxt_async_config: import("@feathersjs/typebox").TOptional; which: import("@feathersjs/typebox").TOptional>; stakeCurrencies: import("@feathersjs/typebox").TOptional>; popularStakeCurrency: import("@feathersjs/typebox").TOptional]>>; notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional; apiKey: import("@feathersjs/typebox").TOptional]>>; secret: import("@feathersjs/typebox").TOptional]>>; requiredCredentials: import("@feathersjs/typebox").TOptional; password: import("@feathersjs/typebox").TOptional>; uid: import("@feathersjs/typebox").TOptional>; login: import("@feathersjs/typebox").TOptional>; twofa: import("@feathersjs/typebox").TOptional>; privateKey: import("@feathersjs/typebox").TOptional>; walletAddress: import("@feathersjs/typebox").TOptional>; token: import("@feathersjs/typebox").TOptional>; error: import("@feathersjs/typebox").TOptional; userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; __v: import("@feathersjs/typebox").TOptional; }>>>; exchange: import("@feathersjs/typebox").TOptional>; timestamp: import("@feathersjs/typebox").TOptional; symbol: import("@feathersjs/typebox").TString; }>>; export type ExchangesTickerPatch = Static; export declare const exchangesTickerPatchValidator: import("@feathersjs/schema").Validator; export declare const exchangesTickerPatchResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; exchangeId?: any; exchangeData?: { _id: string | {}; name?: any; createdAt?: any; updatedAt?: any; connected?: boolean | undefined; downloaded?: { size: string; pairs: {}; sizes: any[]; updatedAt: any; } | undefined; ccxt_config?: any; balances?: { items: { symbol: string; total?: number | undefined; fiat: number; }[]; total?: any; sum: any; errors?: any; quotation: any; updatedAt: any; } | undefined; tags?: any; background?: any; avatar?: any; blacklist?: { left: string; right: string; }[] | undefined; whitelist?: any[] | undefined; ccxt_async_config?: any; which?: string | undefined; stakeCurrencies?: any[] | undefined; popularStakeCurrency?: string | null | undefined; notifyAboutWhitelistByEmail?: boolean | undefined; apiKey?: string | null | undefined; secret?: string | null | undefined; requiredCredentials?: any; password?: string | undefined; uid?: string | undefined; login?: string | undefined; twofa?: string | undefined; privateKey?: string | undefined; walletAddress?: string | undefined; token?: string | undefined; error?: any; userId: string | {}; __v?: any; } | undefined; exchange?: string | undefined; timestamp?: any; symbol: string; }, HookContext>>; export declare const exchangesTickerQueryProperties: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; exchangeId: import("@feathersjs/typebox").TOptional; exchangeData: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>; name: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; connected: import("@feathersjs/typebox").TOptional; downloaded: import("@feathersjs/typebox").TOptional; pairs: import("@feathersjs/typebox").TObject<{}>; sizes: import("@feathersjs/typebox").TArray; updatedAt: import("@feathersjs/typebox").TAny; }>>; ccxt_config: import("@feathersjs/typebox").TOptional; balances: import("@feathersjs/typebox").TOptional; total: import("@feathersjs/typebox").TOptional; fiat: import("@feathersjs/typebox").TNumber; }>>; total: import("@feathersjs/typebox").TOptional; sum: import("@feathersjs/typebox").TAny; errors: import("@feathersjs/typebox").TOptional; quotation: import("@feathersjs/typebox").TAny; updatedAt: import("@feathersjs/typebox").TAny; }>>; tags: import("@feathersjs/typebox").TOptional; background: import("@feathersjs/typebox").TOptional; avatar: import("@feathersjs/typebox").TOptional; blacklist: import("@feathersjs/typebox").TOptional; right: import("@feathersjs/typebox").TString; }>>>; whitelist: import("@feathersjs/typebox").TOptional>; ccxt_async_config: import("@feathersjs/typebox").TOptional; which: import("@feathersjs/typebox").TOptional>; stakeCurrencies: import("@feathersjs/typebox").TOptional>; popularStakeCurrency: import("@feathersjs/typebox").TOptional]>>; notifyAboutWhitelistByEmail: import("@feathersjs/typebox").TOptional; apiKey: import("@feathersjs/typebox").TOptional]>>; secret: import("@feathersjs/typebox").TOptional]>>; requiredCredentials: import("@feathersjs/typebox").TOptional; password: import("@feathersjs/typebox").TOptional>; uid: import("@feathersjs/typebox").TOptional>; login: import("@feathersjs/typebox").TOptional>; twofa: import("@feathersjs/typebox").TOptional>; privateKey: import("@feathersjs/typebox").TOptional>; walletAddress: import("@feathersjs/typebox").TOptional>; token: import("@feathersjs/typebox").TOptional>; error: import("@feathersjs/typebox").TOptional; userId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; __v: import("@feathersjs/typebox").TOptional; }>>>; exchange: import("@feathersjs/typebox").TOptional>; timestamp: import("@feathersjs/typebox").TOptional; symbol: import("@feathersjs/typebox").TString; }>, ["_id", "exchangeId", "exchange", "symbol", "timestamp"]>; export declare const exchangesTickerQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial; exchange: import("@feathersjs/typebox").TOptional; exchangeId: import("@feathersjs/typebox").TOptional; symbol: import("@feathersjs/typebox").TOptional; timestamp: import("@feathersjs/typebox").TOptional; }>; $select: import("@feathersjs/typebox").TUnsafe<("_id" | "exchange" | "exchangeId" | "symbol" | "timestamp")[]>; $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>]>>]>>; 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").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>]>>]>>; symbol: 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>]>>]>>; timestamp: 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>]>>]>>; }>>, 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>]>>]>>; 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").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>]>>]>>; symbol: 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>]>>]>>; timestamp: 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>]>>]>>; }>>>; }>]>>; $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>]>>]>>; 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").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>]>>]>>; symbol: 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>]>>]>>; timestamp: 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>]>>]>>; }>>>; }>>, 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>]>>]>>; 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").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>]>>]>>; symbol: 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>]>>]>>; timestamp: 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>]>>]>>; }>>]>, import("@feathersjs/typebox").TObject<{}>]>; export type ExchangesTickerQuery = Static; export declare const exchangesTickerQueryValidator: import("@feathersjs/schema").Validator; export declare const exchangesTickerQueryResolver: import("@feathersjs/schema").Resolver | {} | undefined; 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?: any; symbol?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; timestamp?: any; } | { $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; 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?: any; symbol?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; timestamp?: any; }[]; })[]; $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; 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?: any; symbol?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; timestamp?: any; }[]; }> & { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; 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?: any; symbol?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; timestamp?: any; } & {}, HookContext>>;