import type { Static } from '@feathersjs/typebox'; import type { HookContext } from '../../../declarations'; import type { AffiliatesPayoutsService } from './payouts.class'; export declare const affiliatesPayoutsSchema: import("@feathersjs/typebox").TObject<{ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; affiliateId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; commissionIds: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>; amount: import("@feathersjs/typebox").TNumber; currency: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; paidAt: import("@feathersjs/typebox").TOptional; notes: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; }>; export type AffiliatesPayouts = Static; export declare const affiliatesPayoutsValidator: import("@feathersjs/schema").Validator; export declare const affiliatesPayoutsResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; affiliateId: string | {}; commissionIds: (string | {})[]; amount: number; currency?: string | undefined; status: "failed" | "paid" | "pending" | "processing"; paidAt?: any; notes?: string | undefined; createdAt?: any; updatedAt?: any; }, HookContext>>; export declare const affiliatesPayoutsExternalResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; affiliateId: string | {}; commissionIds: (string | {})[]; amount: number; currency?: string | undefined; status: "failed" | "paid" | "pending" | "processing"; paidAt?: any; notes?: string | undefined; createdAt?: any; updatedAt?: any; }, HookContext>>; export declare const affiliatesPayoutsDataSchema: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; affiliateId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; commissionIds: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>; amount: import("@feathersjs/typebox").TNumber; currency: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; paidAt: import("@feathersjs/typebox").TOptional; notes: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; }>, ["affiliateId", "commissionIds", "amount", "currency", "notes"]>; export type AffiliatesPayoutsData = Static; export declare const affiliatesPayoutsDataValidator: import("@feathersjs/schema").Validator; export declare const affiliatesPayoutsDataResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; affiliateId: string | {}; commissionIds: (string | {})[]; amount: number; currency?: string | undefined; status: "failed" | "paid" | "pending" | "processing"; paidAt?: any; notes?: string | undefined; createdAt?: any; updatedAt?: any; }, HookContext>>; export declare const affiliatesPayoutsPatchSchema: import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; affiliateId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; commissionIds: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>; amount: import("@feathersjs/typebox").TNumber; currency: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; paidAt: import("@feathersjs/typebox").TOptional; notes: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; }>>; export type AffiliatesPayoutsPatch = Static; export declare const affiliatesPayoutsPatchValidator: import("@feathersjs/schema").Validator; export declare const affiliatesPayoutsPatchResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; affiliateId: string | {}; commissionIds: (string | {})[]; amount: number; currency?: string | undefined; status: "failed" | "paid" | "pending" | "processing"; paidAt?: any; notes?: string | undefined; createdAt?: any; updatedAt?: any; }, HookContext>>; export declare const affiliatesPayoutsQueryProperties: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; affiliateId: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; commissionIds: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>>; amount: import("@feathersjs/typebox").TNumber; currency: import("@feathersjs/typebox").TOptional>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; paidAt: import("@feathersjs/typebox").TOptional; notes: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; }>, ["_id", "affiliateId", "status", "createdAt"]>; export declare const affiliatesPayoutsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial; affiliateId: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; status: import("@feathersjs/typebox").TOptional; }>; $select: import("@feathersjs/typebox").TUnsafe<("_id" | "affiliateId" | "createdAt" | "status")[]>; $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>]>>]>>; affiliateId: 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>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; }>, 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>]>>]>>; affiliateId: 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>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; }>, 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>]>>]>>; affiliateId: 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>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; }>, 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>]>>]>>; affiliateId: 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>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"processing">, import("@feathersjs/typebox").TLiteral<"paid">, import("@feathersjs/typebox").TLiteral<"failed">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; }>>]>, import("@feathersjs/typebox").TObject<{}>]>; export type AffiliatesPayoutsQuery = Static; export declare const affiliatesPayoutsQueryValidator: import("@feathersjs/schema").Validator; export declare const affiliatesPayoutsQueryResolver: import("@feathersjs/schema").Resolver | {} | undefined; affiliateId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; status?: "failed" | "paid" | "pending" | "processing" | Partial<{ $gt: "failed" | "paid" | "pending" | "processing"; $gte: "failed" | "paid" | "pending" | "processing"; $lt: "failed" | "paid" | "pending" | "processing"; $lte: "failed" | "paid" | "pending" | "processing"; $ne: "failed" | "paid" | "pending" | "processing"; $in: "failed" | "paid" | "pending" | "processing" | ("failed" | "paid" | "pending" | "processing")[]; $nin: "failed" | "paid" | "pending" | "processing" | ("failed" | "paid" | "pending" | "processing")[]; } & {}> | undefined; } | { $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; affiliateId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; status?: "failed" | "paid" | "pending" | "processing" | Partial<{ $gt: "failed" | "paid" | "pending" | "processing"; $gte: "failed" | "paid" | "pending" | "processing"; $lt: "failed" | "paid" | "pending" | "processing"; $lte: "failed" | "paid" | "pending" | "processing"; $ne: "failed" | "paid" | "pending" | "processing"; $in: "failed" | "paid" | "pending" | "processing" | ("failed" | "paid" | "pending" | "processing")[]; $nin: "failed" | "paid" | "pending" | "processing" | ("failed" | "paid" | "pending" | "processing")[]; } & {}> | undefined; }[]; })[]; $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; affiliateId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; status?: "failed" | "paid" | "pending" | "processing" | Partial<{ $gt: "failed" | "paid" | "pending" | "processing"; $gte: "failed" | "paid" | "pending" | "processing"; $lt: "failed" | "paid" | "pending" | "processing"; $lte: "failed" | "paid" | "pending" | "processing"; $ne: "failed" | "paid" | "pending" | "processing"; $in: "failed" | "paid" | "pending" | "processing" | ("failed" | "paid" | "pending" | "processing")[]; $nin: "failed" | "paid" | "pending" | "processing" | ("failed" | "paid" | "pending" | "processing")[]; } & {}> | undefined; }[]; }> & { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; affiliateId?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; status?: "failed" | "paid" | "pending" | "processing" | Partial<{ $gt: "failed" | "paid" | "pending" | "processing"; $gte: "failed" | "paid" | "pending" | "processing"; $lt: "failed" | "paid" | "pending" | "processing"; $lte: "failed" | "paid" | "pending" | "processing"; $ne: "failed" | "paid" | "pending" | "processing"; $in: "failed" | "paid" | "pending" | "processing" | ("failed" | "paid" | "pending" | "processing")[]; $nin: "failed" | "paid" | "pending" | "processing" | ("failed" | "paid" | "pending" | "processing")[]; } & {}> | undefined; } & {}, HookContext>>;