import type { Static } from '@feathersjs/typebox'; import type { HookContext } from '../../../../declarations'; import type { BlogSitemapsPagesService } from './pages.class'; export declare const blogSitemapsPagesSchema: import("@feathersjs/typebox").TObject<{ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; snapshotId: import("@feathersjs/typebox").TString; crawledAt: import("@feathersjs/typebox").TString<"date-time">; url: import("@feathersjs/typebox").TString; httpStatus: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; responseTimeMs: import("@feathersjs/typebox").TNumber; canonical: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; title: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; metaDescription: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; h1: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; h1Count: import("@feathersjs/typebox").TNumber; hasNoindex: import("@feathersjs/typebox").TBoolean; hasNofollow: import("@feathersjs/typebox").TOptional; robotsMeta: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; schemaTypes: import("@feathersjs/typebox").TArray>; internalLinks: import("@feathersjs/typebox").TNumber; externalLinks: import("@feathersjs/typebox").TOptional; contentLength: import("@feathersjs/typebox").TNumber; htmlErrors: import("@feathersjs/typebox").TOptional; line: import("@feathersjs/typebox").TOptional; column: import("@feathersjs/typebox").TOptional; ruleId: import("@feathersjs/typebox").TOptional>; severity: import("@feathersjs/typebox").TOptional; }>>>; consoleErrors: import("@feathersjs/typebox").TOptional>>; renderedBodyLength: import("@feathersjs/typebox").TOptional; redirectChain: import("@feathersjs/typebox").TOptional>>; error: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; tier: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; }>; export type BlogSitemapsPages = Static; export declare const blogSitemapsPagesValidator: import("@feathersjs/schema").Validator; export declare const blogSitemapsPagesResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; snapshotId: string; crawledAt: string; url: string; httpStatus: number | null; responseTimeMs: number; canonical: string | null; title: string | null; metaDescription: string | null; h1: string | null; h1Count: number; hasNoindex: boolean; hasNofollow?: boolean | undefined; robotsMeta: string | null; schemaTypes: string[]; internalLinks: number; externalLinks?: number | undefined; contentLength: number; htmlErrors?: { message: string; line?: number | undefined; column?: number | undefined; ruleId?: string | undefined; severity?: number | undefined; }[] | undefined; consoleErrors?: string[] | undefined; renderedBodyLength?: number | undefined; redirectChain?: string[] | undefined; error: string | null; tier: 1 | 2; }, HookContext>>; export declare const blogSitemapsPagesExternalResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; snapshotId: string; crawledAt: string; url: string; httpStatus: number | null; responseTimeMs: number; canonical: string | null; title: string | null; metaDescription: string | null; h1: string | null; h1Count: number; hasNoindex: boolean; hasNofollow?: boolean | undefined; robotsMeta: string | null; schemaTypes: string[]; internalLinks: number; externalLinks?: number | undefined; contentLength: number; htmlErrors?: { message: string; line?: number | undefined; column?: number | undefined; ruleId?: string | undefined; severity?: number | undefined; }[] | undefined; consoleErrors?: string[] | undefined; renderedBodyLength?: number | undefined; redirectChain?: string[] | undefined; error: string | null; tier: 1 | 2; }, HookContext>>; export declare const blogSitemapsPagesDataSchema: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; snapshotId: import("@feathersjs/typebox").TString; crawledAt: import("@feathersjs/typebox").TString<"date-time">; url: import("@feathersjs/typebox").TString; httpStatus: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; responseTimeMs: import("@feathersjs/typebox").TNumber; canonical: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; title: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; metaDescription: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; h1: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; h1Count: import("@feathersjs/typebox").TNumber; hasNoindex: import("@feathersjs/typebox").TBoolean; hasNofollow: import("@feathersjs/typebox").TOptional; robotsMeta: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; schemaTypes: import("@feathersjs/typebox").TArray>; internalLinks: import("@feathersjs/typebox").TNumber; externalLinks: import("@feathersjs/typebox").TOptional; contentLength: import("@feathersjs/typebox").TNumber; htmlErrors: import("@feathersjs/typebox").TOptional; line: import("@feathersjs/typebox").TOptional; column: import("@feathersjs/typebox").TOptional; ruleId: import("@feathersjs/typebox").TOptional>; severity: import("@feathersjs/typebox").TOptional; }>>>; consoleErrors: import("@feathersjs/typebox").TOptional>>; renderedBodyLength: import("@feathersjs/typebox").TOptional; redirectChain: import("@feathersjs/typebox").TOptional>>; error: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; tier: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; }>, ["snapshotId", "crawledAt", "url", "httpStatus", "responseTimeMs", "canonical", "title", "metaDescription", "h1", "h1Count", "hasNoindex", "hasNofollow", "robotsMeta", "schemaTypes", "internalLinks", "externalLinks", "contentLength", "htmlErrors", "consoleErrors", "renderedBodyLength", "redirectChain", "error", "tier"]>; export type BlogSitemapsPagesData = Static; export declare const blogSitemapsPagesDataValidator: import("@feathersjs/schema").Validator; export declare const blogSitemapsPagesDataResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; snapshotId: string; crawledAt: string; url: string; httpStatus: number | null; responseTimeMs: number; canonical: string | null; title: string | null; metaDescription: string | null; h1: string | null; h1Count: number; hasNoindex: boolean; hasNofollow?: boolean | undefined; robotsMeta: string | null; schemaTypes: string[]; internalLinks: number; externalLinks?: number | undefined; contentLength: number; htmlErrors?: { message: string; line?: number | undefined; column?: number | undefined; ruleId?: string | undefined; severity?: number | undefined; }[] | undefined; consoleErrors?: string[] | undefined; renderedBodyLength?: number | undefined; redirectChain?: string[] | undefined; error: string | null; tier: 1 | 2; }, HookContext>>; export declare const blogSitemapsPagesPatchSchema: import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; snapshotId: import("@feathersjs/typebox").TString; crawledAt: import("@feathersjs/typebox").TString<"date-time">; url: import("@feathersjs/typebox").TString; httpStatus: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; responseTimeMs: import("@feathersjs/typebox").TNumber; canonical: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; title: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; metaDescription: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; h1: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; h1Count: import("@feathersjs/typebox").TNumber; hasNoindex: import("@feathersjs/typebox").TBoolean; hasNofollow: import("@feathersjs/typebox").TOptional; robotsMeta: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; schemaTypes: import("@feathersjs/typebox").TArray>; internalLinks: import("@feathersjs/typebox").TNumber; externalLinks: import("@feathersjs/typebox").TOptional; contentLength: import("@feathersjs/typebox").TNumber; htmlErrors: import("@feathersjs/typebox").TOptional; line: import("@feathersjs/typebox").TOptional; column: import("@feathersjs/typebox").TOptional; ruleId: import("@feathersjs/typebox").TOptional>; severity: import("@feathersjs/typebox").TOptional; }>>>; consoleErrors: import("@feathersjs/typebox").TOptional>>; renderedBodyLength: import("@feathersjs/typebox").TOptional; redirectChain: import("@feathersjs/typebox").TOptional>>; error: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; tier: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; }>>; export type BlogSitemapsPagesPatch = Static; export declare const blogSitemapsPagesPatchValidator: import("@feathersjs/schema").Validator; export declare const blogSitemapsPagesPatchResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; snapshotId: string; crawledAt: string; url: string; httpStatus: number | null; responseTimeMs: number; canonical: string | null; title: string | null; metaDescription: string | null; h1: string | null; h1Count: number; hasNoindex: boolean; hasNofollow?: boolean | undefined; robotsMeta: string | null; schemaTypes: string[]; internalLinks: number; externalLinks?: number | undefined; contentLength: number; htmlErrors?: { message: string; line?: number | undefined; column?: number | undefined; ruleId?: string | undefined; severity?: number | undefined; }[] | undefined; consoleErrors?: string[] | undefined; renderedBodyLength?: number | undefined; redirectChain?: string[] | undefined; error: string | null; tier: 1 | 2; }, HookContext>>; export declare const blogSitemapsPagesQueryProperties: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; snapshotId: import("@feathersjs/typebox").TString; crawledAt: import("@feathersjs/typebox").TString<"date-time">; url: import("@feathersjs/typebox").TString; httpStatus: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; responseTimeMs: import("@feathersjs/typebox").TNumber; canonical: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; title: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; metaDescription: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; h1: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; h1Count: import("@feathersjs/typebox").TNumber; hasNoindex: import("@feathersjs/typebox").TBoolean; hasNofollow: import("@feathersjs/typebox").TOptional; robotsMeta: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; schemaTypes: import("@feathersjs/typebox").TArray>; internalLinks: import("@feathersjs/typebox").TNumber; externalLinks: import("@feathersjs/typebox").TOptional; contentLength: import("@feathersjs/typebox").TNumber; htmlErrors: import("@feathersjs/typebox").TOptional; line: import("@feathersjs/typebox").TOptional; column: import("@feathersjs/typebox").TOptional; ruleId: import("@feathersjs/typebox").TOptional>; severity: import("@feathersjs/typebox").TOptional; }>>>; consoleErrors: import("@feathersjs/typebox").TOptional>>; renderedBodyLength: import("@feathersjs/typebox").TOptional; redirectChain: import("@feathersjs/typebox").TOptional>>; error: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TNull]>; tier: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; }>, ["_id", "snapshotId", "crawledAt", "url", "httpStatus", "hasNoindex", "tier"]>; export declare const blogSitemapsPagesQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial; crawledAt: import("@feathersjs/typebox").TOptional; hasNoindex: import("@feathersjs/typebox").TOptional; httpStatus: import("@feathersjs/typebox").TOptional; snapshotId: import("@feathersjs/typebox").TOptional; tier: import("@feathersjs/typebox").TOptional; url: import("@feathersjs/typebox").TOptional; }>; $select: import("@feathersjs/typebox").TUnsafe<("_id" | "crawledAt" | "hasNoindex" | "httpStatus" | "snapshotId" | "tier" | "url")[]>; $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>]>>]>>; crawledAt: 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>]>>]>>; hasNoindex: import("@feathersjs/typebox").TOptional | import("@feathersjs/typebox").TBoolean; $nin: import("@feathersjs/typebox").TArray | import("@feathersjs/typebox").TBoolean; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; httpStatus: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; snapshotId: 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>]>>]>>; tier: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<2>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<2>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<2>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<2>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; url: 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>]>>]>>; }>>, 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>]>>]>>; crawledAt: 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>]>>]>>; hasNoindex: import("@feathersjs/typebox").TOptional | import("@feathersjs/typebox").TBoolean; $nin: import("@feathersjs/typebox").TArray | import("@feathersjs/typebox").TBoolean; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; httpStatus: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; snapshotId: 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>]>>]>>; tier: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<2>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<2>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<2>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<2>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; url: 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>]>>]>>; }>>>; }>]>>; $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>]>>]>>; crawledAt: 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>]>>]>>; hasNoindex: import("@feathersjs/typebox").TOptional | import("@feathersjs/typebox").TBoolean; $nin: import("@feathersjs/typebox").TArray | import("@feathersjs/typebox").TBoolean; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; httpStatus: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; snapshotId: 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>]>>]>>; tier: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<2>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<2>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<2>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<2>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; url: 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>]>>]>>; }>>>; }>>, 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>]>>]>>; crawledAt: 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>]>>]>>; hasNoindex: import("@feathersjs/typebox").TOptional | import("@feathersjs/typebox").TBoolean; $nin: import("@feathersjs/typebox").TArray | import("@feathersjs/typebox").TBoolean; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; httpStatus: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TNumber, import("@feathersjs/typebox").TNull]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; snapshotId: 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>]>>]>>; tier: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TLiteral<2>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<2>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<2>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<2>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<1>, import("@feathersjs/typebox").TLiteral<2>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; url: 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>]>>]>>; }>>]>, import("@feathersjs/typebox").TObject<{}>]>; export type BlogSitemapsPagesQuery = Static; export declare const blogSitemapsPagesQueryValidator: import("@feathersjs/schema").Validator; export declare const blogSitemapsPagesQueryResolver: import("@feathersjs/schema").Resolver | {} | undefined; crawledAt?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; hasNoindex?: boolean | Partial<{ $gt: boolean; $gte: boolean; $lt: boolean; $lte: boolean; $ne: boolean; $in: boolean | boolean[]; $nin: boolean | boolean[]; } & {}> | undefined; httpStatus?: number | Partial<{ $gt: number | null; $gte: number | null; $lt: number | null; $lte: number | null; $ne: number | null; $in: number | (number | null)[] | null; $nin: number | (number | null)[] | null; } & {}> | null | undefined; snapshotId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; tier?: 1 | 2 | Partial<{ $gt: 1 | 2; $gte: 1 | 2; $lt: 1 | 2; $lte: 1 | 2; $ne: 1 | 2; $in: 1 | 2 | (1 | 2)[]; $nin: 1 | 2 | (1 | 2)[]; } & {}> | undefined; url?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $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; crawledAt?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; hasNoindex?: boolean | Partial<{ $gt: boolean; $gte: boolean; $lt: boolean; $lte: boolean; $ne: boolean; $in: boolean | boolean[]; $nin: boolean | boolean[]; } & {}> | undefined; httpStatus?: number | Partial<{ $gt: number | null; $gte: number | null; $lt: number | null; $lte: number | null; $ne: number | null; $in: number | (number | null)[] | null; $nin: number | (number | null)[] | null; } & {}> | null | undefined; snapshotId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; tier?: 1 | 2 | Partial<{ $gt: 1 | 2; $gte: 1 | 2; $lt: 1 | 2; $lte: 1 | 2; $ne: 1 | 2; $in: 1 | 2 | (1 | 2)[]; $nin: 1 | 2 | (1 | 2)[]; } & {}> | undefined; url?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $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; crawledAt?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; hasNoindex?: boolean | Partial<{ $gt: boolean; $gte: boolean; $lt: boolean; $lte: boolean; $ne: boolean; $in: boolean | boolean[]; $nin: boolean | boolean[]; } & {}> | undefined; httpStatus?: number | Partial<{ $gt: number | null; $gte: number | null; $lt: number | null; $lte: number | null; $ne: number | null; $in: number | (number | null)[] | null; $nin: number | (number | null)[] | null; } & {}> | null | undefined; snapshotId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; tier?: 1 | 2 | Partial<{ $gt: 1 | 2; $gte: 1 | 2; $lt: 1 | 2; $lte: 1 | 2; $ne: 1 | 2; $in: 1 | 2 | (1 | 2)[]; $nin: 1 | 2 | (1 | 2)[]; } & {}> | undefined; url?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $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; crawledAt?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; hasNoindex?: boolean | Partial<{ $gt: boolean; $gte: boolean; $lt: boolean; $lte: boolean; $ne: boolean; $in: boolean | boolean[]; $nin: boolean | boolean[]; } & {}> | undefined; httpStatus?: number | Partial<{ $gt: number | null; $gte: number | null; $lt: number | null; $lte: number | null; $ne: number | null; $in: number | (number | null)[] | null; $nin: number | (number | null)[] | null; } & {}> | null | undefined; snapshotId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; tier?: 1 | 2 | Partial<{ $gt: 1 | 2; $gte: 1 | 2; $lt: 1 | 2; $lte: 1 | 2; $ne: 1 | 2; $in: 1 | 2 | (1 | 2)[]; $nin: 1 | 2 | (1 | 2)[]; } & {}> | undefined; url?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; } & {}, HookContext>>;