import type { Static } from '@feathersjs/typebox'; import type { HookContext } from '../../../declarations'; import type { BlogPostsService } from './posts.class'; export declare const blogPostsSchema: import("@feathersjs/typebox").TObject<{ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; calendarId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; title: import("@feathersjs/typebox").TString; slug: import("@feathersjs/typebox").TString; description: import("@feathersjs/typebox").TString; content: import("@feathersjs/typebox").TString; excerpt: import("@feathersjs/typebox").TString; category: import("@feathersjs/typebox").TString; tags: import("@feathersjs/typebox").TArray>; focusKeyword: import("@feathersjs/typebox").TString; secondaryKeywords: import("@feathersjs/typebox").TArray>; readTime: import("@feathersjs/typebox").TNumber; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; seo: import("@feathersjs/typebox").TObject<{ title: import("@feathersjs/typebox").TString; description: import("@feathersjs/typebox").TString; keywords: import("@feathersjs/typebox").TString; }>; coverGradient: import("@feathersjs/typebox").TOptional>; coverImage: import("@feathersjs/typebox").TOptional>; generationMeta: import("@feathersjs/typebox").TOptional; model: import("@feathersjs/typebox").TString; queryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; sourceQuery: import("@feathersjs/typebox").TOptional>; generatedAt: import("@feathersjs/typebox").TString<"date-time">; }>>; gscMetrics: import("@feathersjs/typebox").TOptional; }>>; faqSchema: import("@feathersjs/typebox").TOptional; answer: import("@feathersjs/typebox").TString; }>>>; views: import("@feathersjs/typebox").TOptional; publishedAt: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TString<"date-time">; updatedAt: import("@feathersjs/typebox").TString<"date-time">; }>; export type BlogPosts = Static; export declare const blogPostsValidator: import("@feathersjs/schema").Validator; export declare const blogPostsResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; calendarId?: string | {} | undefined; title: string; slug: string; description: string; content: string; excerpt: string; category: string; tags: string[]; focusKeyword: string; secondaryKeywords: string[]; readTime: number; status: "archived" | "draft" | "published" | "review" | "scheduled"; seo: { title: string; description: string; keywords: string; }; coverGradient?: string | undefined; coverImage?: string | undefined; generationMeta?: { prompt: string; model: string; queryId?: string | {} | undefined; sourceQuery?: string | undefined; generatedAt: string; } | undefined; gscMetrics?: { clicks: number; impressions: number; ctr: number; position: number; lastUpdated: string; } | undefined; faqSchema?: { question: string; answer: string; }[] | undefined; views?: number | undefined; publishedAt?: string | undefined; createdAt: string; updatedAt: string; }, HookContext>>; export declare const blogPostsExternalResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; calendarId?: string | {} | undefined; title: string; slug: string; description: string; content: string; excerpt: string; category: string; tags: string[]; focusKeyword: string; secondaryKeywords: string[]; readTime: number; status: "archived" | "draft" | "published" | "review" | "scheduled"; seo: { title: string; description: string; keywords: string; }; coverGradient?: string | undefined; coverImage?: string | undefined; generationMeta?: { prompt: string; model: string; queryId?: string | {} | undefined; sourceQuery?: string | undefined; generatedAt: string; } | undefined; gscMetrics?: { clicks: number; impressions: number; ctr: number; position: number; lastUpdated: string; } | undefined; faqSchema?: { question: string; answer: string; }[] | undefined; views?: number | undefined; publishedAt?: string | undefined; createdAt: string; updatedAt: string; }, HookContext>>; export declare const blogPostsDataSchema: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; calendarId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; title: import("@feathersjs/typebox").TString; slug: import("@feathersjs/typebox").TString; description: import("@feathersjs/typebox").TString; content: import("@feathersjs/typebox").TString; excerpt: import("@feathersjs/typebox").TString; category: import("@feathersjs/typebox").TString; tags: import("@feathersjs/typebox").TArray>; focusKeyword: import("@feathersjs/typebox").TString; secondaryKeywords: import("@feathersjs/typebox").TArray>; readTime: import("@feathersjs/typebox").TNumber; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; seo: import("@feathersjs/typebox").TObject<{ title: import("@feathersjs/typebox").TString; description: import("@feathersjs/typebox").TString; keywords: import("@feathersjs/typebox").TString; }>; coverGradient: import("@feathersjs/typebox").TOptional>; coverImage: import("@feathersjs/typebox").TOptional>; generationMeta: import("@feathersjs/typebox").TOptional; model: import("@feathersjs/typebox").TString; queryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; sourceQuery: import("@feathersjs/typebox").TOptional>; generatedAt: import("@feathersjs/typebox").TString<"date-time">; }>>; gscMetrics: import("@feathersjs/typebox").TOptional; }>>; faqSchema: import("@feathersjs/typebox").TOptional; answer: import("@feathersjs/typebox").TString; }>>>; views: import("@feathersjs/typebox").TOptional; publishedAt: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TString<"date-time">; updatedAt: import("@feathersjs/typebox").TString<"date-time">; }>, ["title", "slug", "description", "content", "excerpt", "category", "tags", "focusKeyword", "secondaryKeywords", "readTime", "status", "seo", "calendarId", "coverGradient", "coverImage", "generationMeta", "gscMetrics", "faqSchema", "publishedAt"]>; export type BlogPostsData = Static; export declare const blogPostsDataValidator: import("@feathersjs/schema").Validator; export declare const blogPostsDataResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; calendarId?: string | {} | undefined; title: string; slug: string; description: string; content: string; excerpt: string; category: string; tags: string[]; focusKeyword: string; secondaryKeywords: string[]; readTime: number; status: "archived" | "draft" | "published" | "review" | "scheduled"; seo: { title: string; description: string; keywords: string; }; coverGradient?: string | undefined; coverImage?: string | undefined; generationMeta?: { prompt: string; model: string; queryId?: string | {} | undefined; sourceQuery?: string | undefined; generatedAt: string; } | undefined; gscMetrics?: { clicks: number; impressions: number; ctr: number; position: number; lastUpdated: string; } | undefined; faqSchema?: { question: string; answer: string; }[] | undefined; views?: number | undefined; publishedAt?: string | undefined; createdAt: string; updatedAt: string; }, HookContext>>; export declare const blogPostsPatchSchema: import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; calendarId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; title: import("@feathersjs/typebox").TString; slug: import("@feathersjs/typebox").TString; description: import("@feathersjs/typebox").TString; content: import("@feathersjs/typebox").TString; excerpt: import("@feathersjs/typebox").TString; category: import("@feathersjs/typebox").TString; tags: import("@feathersjs/typebox").TArray>; focusKeyword: import("@feathersjs/typebox").TString; secondaryKeywords: import("@feathersjs/typebox").TArray>; readTime: import("@feathersjs/typebox").TNumber; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; seo: import("@feathersjs/typebox").TObject<{ title: import("@feathersjs/typebox").TString; description: import("@feathersjs/typebox").TString; keywords: import("@feathersjs/typebox").TString; }>; coverGradient: import("@feathersjs/typebox").TOptional>; coverImage: import("@feathersjs/typebox").TOptional>; generationMeta: import("@feathersjs/typebox").TOptional; model: import("@feathersjs/typebox").TString; queryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; sourceQuery: import("@feathersjs/typebox").TOptional>; generatedAt: import("@feathersjs/typebox").TString<"date-time">; }>>; gscMetrics: import("@feathersjs/typebox").TOptional; }>>; faqSchema: import("@feathersjs/typebox").TOptional; answer: import("@feathersjs/typebox").TString; }>>>; views: import("@feathersjs/typebox").TOptional; publishedAt: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TString<"date-time">; updatedAt: import("@feathersjs/typebox").TString<"date-time">; }>>; export type BlogPostsPatch = Static; export declare const blogPostsPatchValidator: import("@feathersjs/schema").Validator; export declare const blogPostsPatchResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; calendarId?: string | {} | undefined; title: string; slug: string; description: string; content: string; excerpt: string; category: string; tags: string[]; focusKeyword: string; secondaryKeywords: string[]; readTime: number; status: "archived" | "draft" | "published" | "review" | "scheduled"; seo: { title: string; description: string; keywords: string; }; coverGradient?: string | undefined; coverImage?: string | undefined; generationMeta?: { prompt: string; model: string; queryId?: string | {} | undefined; sourceQuery?: string | undefined; generatedAt: string; } | undefined; gscMetrics?: { clicks: number; impressions: number; ctr: number; position: number; lastUpdated: string; } | undefined; faqSchema?: { question: string; answer: string; }[] | undefined; views?: number | undefined; publishedAt?: string | undefined; createdAt: string; updatedAt: string; }, HookContext>>; export declare const blogPostsQueryProperties: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; calendarId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; title: import("@feathersjs/typebox").TString; slug: import("@feathersjs/typebox").TString; description: import("@feathersjs/typebox").TString; content: import("@feathersjs/typebox").TString; excerpt: import("@feathersjs/typebox").TString; category: import("@feathersjs/typebox").TString; tags: import("@feathersjs/typebox").TArray>; focusKeyword: import("@feathersjs/typebox").TString; secondaryKeywords: import("@feathersjs/typebox").TArray>; readTime: import("@feathersjs/typebox").TNumber; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; seo: import("@feathersjs/typebox").TObject<{ title: import("@feathersjs/typebox").TString; description: import("@feathersjs/typebox").TString; keywords: import("@feathersjs/typebox").TString; }>; coverGradient: import("@feathersjs/typebox").TOptional>; coverImage: import("@feathersjs/typebox").TOptional>; generationMeta: import("@feathersjs/typebox").TOptional; model: import("@feathersjs/typebox").TString; queryId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; sourceQuery: import("@feathersjs/typebox").TOptional>; generatedAt: import("@feathersjs/typebox").TString<"date-time">; }>>; gscMetrics: import("@feathersjs/typebox").TOptional; }>>; faqSchema: import("@feathersjs/typebox").TOptional; answer: import("@feathersjs/typebox").TString; }>>>; views: import("@feathersjs/typebox").TOptional; publishedAt: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TString<"date-time">; updatedAt: import("@feathersjs/typebox").TString<"date-time">; }>, ["_id", "title", "slug", "status", "category", "excerpt", "focusKeyword", "calendarId", "views", "publishedAt", "createdAt"]>; export declare const blogPostsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial; calendarId: import("@feathersjs/typebox").TOptional; category: import("@feathersjs/typebox").TOptional; createdAt: import("@feathersjs/typebox").TOptional; excerpt: import("@feathersjs/typebox").TOptional; focusKeyword: import("@feathersjs/typebox").TOptional; publishedAt: import("@feathersjs/typebox").TOptional; slug: import("@feathersjs/typebox").TOptional; status: import("@feathersjs/typebox").TOptional; title: import("@feathersjs/typebox").TOptional; views: import("@feathersjs/typebox").TOptional; }>; $select: import("@feathersjs/typebox").TUnsafe<("_id" | "calendarId" | "category" | "createdAt" | "excerpt" | "focusKeyword" | "publishedAt" | "slug" | "status" | "title" | "views")[]>; $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>]>>]>>; calendarId: 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>]>>]>>; category: 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>]>>]>>; 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>]>>]>>; excerpt: 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>]>>]>>; 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>]>>]>>; publishedAt: 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>]>>]>>; slug: 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>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; title: 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>]>>]>>; views: 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>]>>]>>; calendarId: 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>]>>]>>; category: 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>]>>]>>; 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>]>>]>>; excerpt: 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>]>>]>>; 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>]>>]>>; publishedAt: 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>]>>]>>; slug: 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>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; title: 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>]>>]>>; views: 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>]>>]>>; calendarId: 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>]>>]>>; category: 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>]>>]>>; 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>]>>]>>; excerpt: 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>]>>]>>; 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>]>>]>>; publishedAt: 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>]>>]>>; slug: 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>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; title: 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>]>>]>>; views: 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>]>>]>>; calendarId: 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>]>>]>>; category: 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>]>>]>>; 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>]>>]>>; excerpt: 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>]>>]>>; 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>]>>]>>; publishedAt: 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>]>>]>>; slug: 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>]>>]>>; status: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"draft">, import("@feathersjs/typebox").TLiteral<"review">, import("@feathersjs/typebox").TLiteral<"scheduled">, import("@feathersjs/typebox").TLiteral<"published">, import("@feathersjs/typebox").TLiteral<"archived">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; title: 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>]>>]>>; views: 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 BlogPostsQuery = Static; export declare const blogPostsQueryValidator: import("@feathersjs/schema").Validator; export declare const blogPostsQueryResolver: import("@feathersjs/schema").Resolver | {} | undefined; calendarId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; category?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $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; excerpt?: 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; publishedAt?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; slug?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "archived" | "draft" | "published" | "review" | "scheduled" | Partial<{ $gt: "archived" | "draft" | "published" | "review" | "scheduled"; $gte: "archived" | "draft" | "published" | "review" | "scheduled"; $lt: "archived" | "draft" | "published" | "review" | "scheduled"; $lte: "archived" | "draft" | "published" | "review" | "scheduled"; $ne: "archived" | "draft" | "published" | "review" | "scheduled"; $in: "archived" | "draft" | "published" | "review" | "scheduled" | ("archived" | "draft" | "published" | "review" | "scheduled")[]; $nin: "archived" | "draft" | "published" | "review" | "scheduled" | ("archived" | "draft" | "published" | "review" | "scheduled")[]; } & {}> | undefined; title?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; views?: number | Partial<{ $gt?: number | undefined; $gte?: number | undefined; $lt?: number | undefined; $lte?: number | undefined; $ne?: number | undefined; $in: number | number[]; $nin: number | number[]; } & {}> | undefined; } | { $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; calendarId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; category?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $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; excerpt?: 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; publishedAt?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; slug?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "archived" | "draft" | "published" | "review" | "scheduled" | Partial<{ $gt: "archived" | "draft" | "published" | "review" | "scheduled"; $gte: "archived" | "draft" | "published" | "review" | "scheduled"; $lt: "archived" | "draft" | "published" | "review" | "scheduled"; $lte: "archived" | "draft" | "published" | "review" | "scheduled"; $ne: "archived" | "draft" | "published" | "review" | "scheduled"; $in: "archived" | "draft" | "published" | "review" | "scheduled" | ("archived" | "draft" | "published" | "review" | "scheduled")[]; $nin: "archived" | "draft" | "published" | "review" | "scheduled" | ("archived" | "draft" | "published" | "review" | "scheduled")[]; } & {}> | undefined; title?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; views?: number | Partial<{ $gt?: number | undefined; $gte?: number | undefined; $lt?: number | undefined; $lte?: number | undefined; $ne?: number | undefined; $in: number | number[]; $nin: number | number[]; } & {}> | undefined; }[]; })[]; $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; calendarId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; category?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $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; excerpt?: 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; publishedAt?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; slug?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "archived" | "draft" | "published" | "review" | "scheduled" | Partial<{ $gt: "archived" | "draft" | "published" | "review" | "scheduled"; $gte: "archived" | "draft" | "published" | "review" | "scheduled"; $lt: "archived" | "draft" | "published" | "review" | "scheduled"; $lte: "archived" | "draft" | "published" | "review" | "scheduled"; $ne: "archived" | "draft" | "published" | "review" | "scheduled"; $in: "archived" | "draft" | "published" | "review" | "scheduled" | ("archived" | "draft" | "published" | "review" | "scheduled")[]; $nin: "archived" | "draft" | "published" | "review" | "scheduled" | ("archived" | "draft" | "published" | "review" | "scheduled")[]; } & {}> | undefined; title?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; views?: number | Partial<{ $gt?: number | undefined; $gte?: number | undefined; $lt?: number | undefined; $lte?: number | undefined; $ne?: number | undefined; $in: number | number[]; $nin: number | number[]; } & {}> | undefined; }[]; }> & { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; calendarId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; category?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $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; excerpt?: 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; publishedAt?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; slug?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "archived" | "draft" | "published" | "review" | "scheduled" | Partial<{ $gt: "archived" | "draft" | "published" | "review" | "scheduled"; $gte: "archived" | "draft" | "published" | "review" | "scheduled"; $lt: "archived" | "draft" | "published" | "review" | "scheduled"; $lte: "archived" | "draft" | "published" | "review" | "scheduled"; $ne: "archived" | "draft" | "published" | "review" | "scheduled"; $in: "archived" | "draft" | "published" | "review" | "scheduled" | ("archived" | "draft" | "published" | "review" | "scheduled")[]; $nin: "archived" | "draft" | "published" | "review" | "scheduled" | ("archived" | "draft" | "published" | "review" | "scheduled")[]; } & {}> | undefined; title?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; views?: number | Partial<{ $gt?: number | undefined; $gte?: number | undefined; $lt?: number | undefined; $lte?: number | undefined; $ne?: number | undefined; $in: number | number[]; $nin: number | number[]; } & {}> | undefined; } & {}, HookContext>>;