import type { Static } from '@feathersjs/typebox'; import type { HookContext } from '../../../declarations'; import type { BlogSuggestionsService } from './suggestions.class'; export declare const blogSuggestionsSchema: import("@feathersjs/typebox").TObject<{ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; title: import("@feathersjs/typebox").TString; focusKeyword: import("@feathersjs/typebox").TString; secondaryKeywords: import("@feathersjs/typebox").TOptional>>; category: import("@feathersjs/typebox").TOptional>; contentFormat: import("@feathersjs/typebox").TOptional>; searchIntent: import("@feathersjs/typebox").TOptional>; prompt: import("@feathersjs/typebox").TOptional>; reasoning: import("@feathersjs/typebox").TOptional>; sourceQueries: import("@feathersjs/typebox").TOptional>>; opportunityScore: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; bucket: import("@feathersjs/typebox").TOptional>; targetPeriod: import("@feathersjs/typebox").TOptional>; targetDateStart: import("@feathersjs/typebox").TOptional>; targetDateEnd: import("@feathersjs/typebox").TOptional>; queryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; scheduledDate: import("@feathersjs/typebox").TOptional>; calendarEntryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; createdAt: import("@feathersjs/typebox").TString<"date-time">; updatedAt: import("@feathersjs/typebox").TString<"date-time">; }>; export type BlogSuggestions = Static; export declare const blogSuggestionsValidator: import("@feathersjs/schema").Validator; export declare const blogSuggestionsResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; title: string; focusKeyword: string; secondaryKeywords?: string[] | undefined; category?: string | undefined; contentFormat?: string | undefined; searchIntent?: string | undefined; prompt?: string | undefined; reasoning?: string | undefined; sourceQueries?: string[] | undefined; opportunityScore?: "high" | "low" | "medium" | undefined; bucket?: string | undefined; targetPeriod?: string | undefined; targetDateStart?: string | undefined; targetDateEnd?: string | undefined; queryId?: string | {} | undefined; status: "dismissed" | "pending" | "scheduled"; scheduledDate?: string | undefined; calendarEntryId?: string | {} | undefined; createdAt: string; updatedAt: string; }, HookContext>>; export declare const blogSuggestionsExternalResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; title: string; focusKeyword: string; secondaryKeywords?: string[] | undefined; category?: string | undefined; contentFormat?: string | undefined; searchIntent?: string | undefined; prompt?: string | undefined; reasoning?: string | undefined; sourceQueries?: string[] | undefined; opportunityScore?: "high" | "low" | "medium" | undefined; bucket?: string | undefined; targetPeriod?: string | undefined; targetDateStart?: string | undefined; targetDateEnd?: string | undefined; queryId?: string | {} | undefined; status: "dismissed" | "pending" | "scheduled"; scheduledDate?: string | undefined; calendarEntryId?: string | {} | undefined; createdAt: string; updatedAt: string; }, HookContext>>; export declare const blogSuggestionsDataSchema: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; title: import("@feathersjs/typebox").TString; focusKeyword: import("@feathersjs/typebox").TString; secondaryKeywords: import("@feathersjs/typebox").TOptional>>; category: import("@feathersjs/typebox").TOptional>; contentFormat: import("@feathersjs/typebox").TOptional>; searchIntent: import("@feathersjs/typebox").TOptional>; prompt: import("@feathersjs/typebox").TOptional>; reasoning: import("@feathersjs/typebox").TOptional>; sourceQueries: import("@feathersjs/typebox").TOptional>>; opportunityScore: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; bucket: import("@feathersjs/typebox").TOptional>; targetPeriod: import("@feathersjs/typebox").TOptional>; targetDateStart: import("@feathersjs/typebox").TOptional>; targetDateEnd: import("@feathersjs/typebox").TOptional>; queryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; scheduledDate: import("@feathersjs/typebox").TOptional>; calendarEntryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; createdAt: import("@feathersjs/typebox").TString<"date-time">; updatedAt: import("@feathersjs/typebox").TString<"date-time">; }>, ["title", "focusKeyword", "secondaryKeywords", "category", "contentFormat", "searchIntent", "prompt", "reasoning", "sourceQueries", "opportunityScore", "bucket", "targetPeriod", "targetDateStart", "targetDateEnd", "queryId", "status", "scheduledDate", "calendarEntryId"]>; export type BlogSuggestionsData = Static; export declare const blogSuggestionsDataValidator: import("@feathersjs/schema").Validator; export declare const blogSuggestionsDataResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; title: string; focusKeyword: string; secondaryKeywords?: string[] | undefined; category?: string | undefined; contentFormat?: string | undefined; searchIntent?: string | undefined; prompt?: string | undefined; reasoning?: string | undefined; sourceQueries?: string[] | undefined; opportunityScore?: "high" | "low" | "medium" | undefined; bucket?: string | undefined; targetPeriod?: string | undefined; targetDateStart?: string | undefined; targetDateEnd?: string | undefined; queryId?: string | {} | undefined; status: "dismissed" | "pending" | "scheduled"; scheduledDate?: string | undefined; calendarEntryId?: string | {} | undefined; createdAt: string; updatedAt: string; }, HookContext>>; export declare const blogSuggestionsPatchSchema: import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; title: import("@feathersjs/typebox").TString; focusKeyword: import("@feathersjs/typebox").TString; secondaryKeywords: import("@feathersjs/typebox").TOptional>>; category: import("@feathersjs/typebox").TOptional>; contentFormat: import("@feathersjs/typebox").TOptional>; searchIntent: import("@feathersjs/typebox").TOptional>; prompt: import("@feathersjs/typebox").TOptional>; reasoning: import("@feathersjs/typebox").TOptional>; sourceQueries: import("@feathersjs/typebox").TOptional>>; opportunityScore: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; bucket: import("@feathersjs/typebox").TOptional>; targetPeriod: import("@feathersjs/typebox").TOptional>; targetDateStart: import("@feathersjs/typebox").TOptional>; targetDateEnd: import("@feathersjs/typebox").TOptional>; queryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; scheduledDate: import("@feathersjs/typebox").TOptional>; calendarEntryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; createdAt: import("@feathersjs/typebox").TString<"date-time">; updatedAt: import("@feathersjs/typebox").TString<"date-time">; }>>; export type BlogSuggestionsPatch = Static; export declare const blogSuggestionsPatchValidator: import("@feathersjs/schema").Validator; export declare const blogSuggestionsPatchResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; title: string; focusKeyword: string; secondaryKeywords?: string[] | undefined; category?: string | undefined; contentFormat?: string | undefined; searchIntent?: string | undefined; prompt?: string | undefined; reasoning?: string | undefined; sourceQueries?: string[] | undefined; opportunityScore?: "high" | "low" | "medium" | undefined; bucket?: string | undefined; targetPeriod?: string | undefined; targetDateStart?: string | undefined; targetDateEnd?: string | undefined; queryId?: string | {} | undefined; status: "dismissed" | "pending" | "scheduled"; scheduledDate?: string | undefined; calendarEntryId?: string | {} | undefined; createdAt: string; updatedAt: string; }, HookContext>>; export declare const blogSuggestionsQueryProperties: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; title: import("@feathersjs/typebox").TString; focusKeyword: import("@feathersjs/typebox").TString; secondaryKeywords: import("@feathersjs/typebox").TOptional>>; category: import("@feathersjs/typebox").TOptional>; contentFormat: import("@feathersjs/typebox").TOptional>; searchIntent: import("@feathersjs/typebox").TOptional>; prompt: import("@feathersjs/typebox").TOptional>; reasoning: import("@feathersjs/typebox").TOptional>; sourceQueries: import("@feathersjs/typebox").TOptional>>; opportunityScore: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; bucket: import("@feathersjs/typebox").TOptional>; targetPeriod: import("@feathersjs/typebox").TOptional>; targetDateStart: import("@feathersjs/typebox").TOptional>; targetDateEnd: import("@feathersjs/typebox").TOptional>; queryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; scheduledDate: import("@feathersjs/typebox").TOptional>; calendarEntryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; createdAt: import("@feathersjs/typebox").TString<"date-time">; updatedAt: import("@feathersjs/typebox").TString<"date-time">; }>, ["_id", "focusKeyword", "status", "bucket", "targetPeriod", "opportunityScore", "queryId", "scheduledDate", "createdAt"]>; export declare const blogSuggestionsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial; bucket: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; focusKeyword: import("@feathersjs/typebox").TOptional; opportunityScore: import("@feathersjs/typebox").TOptional; queryId: import("@feathersjs/typebox").TOptional; scheduledDate: import("@feathersjs/typebox").TOptional; status: import("@feathersjs/typebox").TOptional; targetPeriod: import("@feathersjs/typebox").TOptional; }>; $select: import("@feathersjs/typebox").TUnsafe<("_id" | "bucket" | "createdAt" | "focusKeyword" | "opportunityScore" | "queryId" | "scheduledDate" | "status" | "targetPeriod")[]>; $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>]>>]>>; bucket: 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>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TString<"date-time">; $lt: import("@feathersjs/typebox").TString<"date-time">; $lte: import("@feathersjs/typebox").TString<"date-time">; $ne: import("@feathersjs/typebox").TString<"date-time">; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString<"date-time">; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString<"date-time">; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; focusKeyword: 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>]>>]>>; opportunityScore: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; queryId: 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>]>>]>>; scheduledDate: 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<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; targetPeriod: 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>]>>]>>; bucket: 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>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TString<"date-time">; $lt: import("@feathersjs/typebox").TString<"date-time">; $lte: import("@feathersjs/typebox").TString<"date-time">; $ne: import("@feathersjs/typebox").TString<"date-time">; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString<"date-time">; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString<"date-time">; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; focusKeyword: 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>]>>]>>; opportunityScore: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; queryId: 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>]>>]>>; scheduledDate: 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<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; targetPeriod: 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>]>>]>>; bucket: 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>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TString<"date-time">; $lt: import("@feathersjs/typebox").TString<"date-time">; $lte: import("@feathersjs/typebox").TString<"date-time">; $ne: import("@feathersjs/typebox").TString<"date-time">; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString<"date-time">; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString<"date-time">; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; focusKeyword: 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>]>>]>>; opportunityScore: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; queryId: 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>]>>]>>; scheduledDate: 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<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; targetPeriod: 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>]>>]>>; bucket: 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>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TString<"date-time">; $lt: import("@feathersjs/typebox").TString<"date-time">; $lte: import("@feathersjs/typebox").TString<"date-time">; $ne: import("@feathersjs/typebox").TString<"date-time">; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString<"date-time">; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TString<"date-time">; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; focusKeyword: 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>]>>]>>; opportunityScore: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"medium">, import("@feathersjs/typebox").TLiteral<"low">]>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; queryId: 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>]>>]>>; scheduledDate: 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<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"pending">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"dismissed">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; targetPeriod: 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 BlogSuggestionsQuery = Static; export declare const blogSuggestionsQueryValidator: import("@feathersjs/schema").Validator; export declare const blogSuggestionsQueryResolver: import("@feathersjs/schema").Resolver | {} | undefined; bucket?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; createdAt?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; focusKeyword?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; opportunityScore?: "high" | "low" | "medium" | Partial<{ $gt?: "high" | "low" | "medium" | undefined; $gte?: "high" | "low" | "medium" | undefined; $lt?: "high" | "low" | "medium" | undefined; $lte?: "high" | "low" | "medium" | undefined; $ne?: "high" | "low" | "medium" | undefined; $in: "high" | "low" | "medium" | ("high" | "low" | "medium")[]; $nin: "high" | "low" | "medium" | ("high" | "low" | "medium")[]; } & {}> | undefined; queryId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; scheduledDate?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "dismissed" | "pending" | "scheduled" | Partial<{ $gt: "dismissed" | "pending" | "scheduled"; $gte: "dismissed" | "pending" | "scheduled"; $lt: "dismissed" | "pending" | "scheduled"; $lte: "dismissed" | "pending" | "scheduled"; $ne: "dismissed" | "pending" | "scheduled"; $in: "dismissed" | "pending" | "scheduled" | ("dismissed" | "pending" | "scheduled")[]; $nin: "dismissed" | "pending" | "scheduled" | ("dismissed" | "pending" | "scheduled")[]; } & {}> | undefined; targetPeriod?: 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; bucket?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; createdAt?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; focusKeyword?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; opportunityScore?: "high" | "low" | "medium" | Partial<{ $gt?: "high" | "low" | "medium" | undefined; $gte?: "high" | "low" | "medium" | undefined; $lt?: "high" | "low" | "medium" | undefined; $lte?: "high" | "low" | "medium" | undefined; $ne?: "high" | "low" | "medium" | undefined; $in: "high" | "low" | "medium" | ("high" | "low" | "medium")[]; $nin: "high" | "low" | "medium" | ("high" | "low" | "medium")[]; } & {}> | undefined; queryId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; scheduledDate?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "dismissed" | "pending" | "scheduled" | Partial<{ $gt: "dismissed" | "pending" | "scheduled"; $gte: "dismissed" | "pending" | "scheduled"; $lt: "dismissed" | "pending" | "scheduled"; $lte: "dismissed" | "pending" | "scheduled"; $ne: "dismissed" | "pending" | "scheduled"; $in: "dismissed" | "pending" | "scheduled" | ("dismissed" | "pending" | "scheduled")[]; $nin: "dismissed" | "pending" | "scheduled" | ("dismissed" | "pending" | "scheduled")[]; } & {}> | undefined; targetPeriod?: 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; bucket?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; createdAt?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; focusKeyword?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; opportunityScore?: "high" | "low" | "medium" | Partial<{ $gt?: "high" | "low" | "medium" | undefined; $gte?: "high" | "low" | "medium" | undefined; $lt?: "high" | "low" | "medium" | undefined; $lte?: "high" | "low" | "medium" | undefined; $ne?: "high" | "low" | "medium" | undefined; $in: "high" | "low" | "medium" | ("high" | "low" | "medium")[]; $nin: "high" | "low" | "medium" | ("high" | "low" | "medium")[]; } & {}> | undefined; queryId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; scheduledDate?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "dismissed" | "pending" | "scheduled" | Partial<{ $gt: "dismissed" | "pending" | "scheduled"; $gte: "dismissed" | "pending" | "scheduled"; $lt: "dismissed" | "pending" | "scheduled"; $lte: "dismissed" | "pending" | "scheduled"; $ne: "dismissed" | "pending" | "scheduled"; $in: "dismissed" | "pending" | "scheduled" | ("dismissed" | "pending" | "scheduled")[]; $nin: "dismissed" | "pending" | "scheduled" | ("dismissed" | "pending" | "scheduled")[]; } & {}> | undefined; targetPeriod?: 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; bucket?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; createdAt?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; focusKeyword?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; opportunityScore?: "high" | "low" | "medium" | Partial<{ $gt?: "high" | "low" | "medium" | undefined; $gte?: "high" | "low" | "medium" | undefined; $lt?: "high" | "low" | "medium" | undefined; $lte?: "high" | "low" | "medium" | undefined; $ne?: "high" | "low" | "medium" | undefined; $in: "high" | "low" | "medium" | ("high" | "low" | "medium")[]; $nin: "high" | "low" | "medium" | ("high" | "low" | "medium")[]; } & {}> | undefined; queryId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; scheduledDate?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "dismissed" | "pending" | "scheduled" | Partial<{ $gt: "dismissed" | "pending" | "scheduled"; $gte: "dismissed" | "pending" | "scheduled"; $lt: "dismissed" | "pending" | "scheduled"; $lte: "dismissed" | "pending" | "scheduled"; $ne: "dismissed" | "pending" | "scheduled"; $in: "dismissed" | "pending" | "scheduled" | ("dismissed" | "pending" | "scheduled")[]; $nin: "dismissed" | "pending" | "scheduled" | ("dismissed" | "pending" | "scheduled")[]; } & {}> | undefined; targetPeriod?: 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>>;