import type { Static } from '@feathersjs/typebox'; import { type HookContext } from '../../../declarations'; import type { TaxSessionsService } from './sessions.class'; export declare const taxSessionsSchema: import("@feathersjs/typebox").TObject<{ _id: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; sessionId: import("@feathersjs/typebox").TString; sessionArn: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; metadata: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; taxAgentId: import("@feathersjs/typebox").TOptional>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; }>; export type TaxSessions = Static; export declare const taxSessionsValidator: import("@feathersjs/schema").Validator; export declare const taxSessionsResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; sessionId: string; sessionArn?: string | undefined; createdAt?: any; updatedAt?: any; status: "ACTIVE" | "ENDED" | "EXPIRED"; metadata?: Record | undefined; taxAgentId?: string | undefined; userId?: string | {} | undefined; }, HookContext>>; export declare const taxSessionsExternalResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; sessionId: string; sessionArn?: string | undefined; createdAt?: any; updatedAt?: any; status: "ACTIVE" | "ENDED" | "EXPIRED"; metadata?: Record | undefined; taxAgentId?: string | undefined; userId?: string | {} | undefined; }, HookContext>>; export declare const taxSessionsDataSchema: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; sessionId: import("@feathersjs/typebox").TString; sessionArn: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; metadata: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; taxAgentId: import("@feathersjs/typebox").TOptional>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; }>, ["sessionId", "status", "metadata", "taxAgentId", "createdAt", "updatedAt"]>; export type TaxSessionsData = Static; export declare const taxSessionsDataValidator: import("@feathersjs/schema").Validator; export declare const taxSessionsDataResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; sessionId: string; sessionArn?: string | undefined; createdAt?: any; updatedAt?: any; status: "ACTIVE" | "ENDED" | "EXPIRED"; metadata?: Record | undefined; taxAgentId?: string | undefined; userId?: string | {} | undefined; }, HookContext>>; export declare const taxSessionsPatchSchema: import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; sessionId: import("@feathersjs/typebox").TString; sessionArn: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; metadata: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; taxAgentId: import("@feathersjs/typebox").TOptional>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; }>>; export type TaxSessionsPatch = Static; export declare const taxSessionsPatchValidator: import("@feathersjs/schema").Validator; export declare const taxSessionsPatchResolver: import("@feathersjs/schema").Resolver<{ _id: string | {}; sessionId: string; sessionArn?: string | undefined; createdAt?: any; updatedAt?: any; status: "ACTIVE" | "ENDED" | "EXPIRED"; metadata?: Record | undefined; taxAgentId?: string | undefined; userId?: string | {} | undefined; }, HookContext>>; export declare const taxSessionsQueryProperties: import("@feathersjs/typebox").TPick, import("@feathersjs/typebox").TObject<{}>]>; sessionId: import("@feathersjs/typebox").TString; sessionArn: import("@feathersjs/typebox").TOptional>; createdAt: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; status: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; metadata: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; taxAgentId: import("@feathersjs/typebox").TOptional>; userId: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>>; }>, ["_id", "sessionId", "sessionArn", "status", "metadata", "userId", "taxAgentId", "createdAt", "updatedAt"]>; export declare const taxSessionsQuerySchema: import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TIntersect<[import("@feathersjs/typebox").TPartial; createdAt: import("@feathersjs/typebox").TOptional; metadata: import("@feathersjs/typebox").TOptional; sessionArn: import("@feathersjs/typebox").TOptional; sessionId: import("@feathersjs/typebox").TOptional; status: import("@feathersjs/typebox").TOptional; taxAgentId: import("@feathersjs/typebox").TOptional; updatedAt: import("@feathersjs/typebox").TOptional; userId: import("@feathersjs/typebox").TOptional; }>; $select: import("@feathersjs/typebox").TUnsafe<("_id" | "createdAt" | "metadata" | "sessionArn" | "sessionId" | "status" | "taxAgentId" | "updatedAt" | "userId")[]>; $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>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TOptional; $lt: import("@feathersjs/typebox").TOptional; $lte: import("@feathersjs/typebox").TOptional; $ne: import("@feathersjs/typebox").TOptional; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; metadata: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TString>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TString>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TString>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; sessionArn: 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>]>>]>>; sessionId: 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<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; taxAgentId: 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>]>>]>>; updatedAt: 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>]>>]>>; userId: 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>]>>]>>; }>>, 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>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TOptional; $lt: import("@feathersjs/typebox").TOptional; $lte: import("@feathersjs/typebox").TOptional; $ne: import("@feathersjs/typebox").TOptional; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; metadata: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TString>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TString>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TString>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; sessionArn: 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>]>>]>>; sessionId: 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<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; taxAgentId: 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>]>>]>>; updatedAt: 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>]>>]>>; userId: 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>]>>]>>; }>>>; }>]>>; $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>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TOptional; $lt: import("@feathersjs/typebox").TOptional; $lte: import("@feathersjs/typebox").TOptional; $ne: import("@feathersjs/typebox").TOptional; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; metadata: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TString>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TString>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TString>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; sessionArn: 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>]>>]>>; sessionId: 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<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; taxAgentId: 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>]>>]>>; updatedAt: 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>]>>]>>; userId: 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>]>>]>>; }>>>; }>>, import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TObject<{}>]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TObject<{}>]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TObject<{}>]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TString, import("@feathersjs/typebox").TObject<{}>]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; createdAt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TPartial; $gte: import("@feathersjs/typebox").TOptional; $lt: import("@feathersjs/typebox").TOptional; $lte: import("@feathersjs/typebox").TOptional; $ne: import("@feathersjs/typebox").TOptional; $in: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; $nin: import("@feathersjs/typebox").TArray> | import("@feathersjs/typebox").TOptional; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; metadata: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TString>>; $gte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $lt: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $lte: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $ne: import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TString>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TString>>> | import("@feathersjs/typebox").TOptional, import("@feathersjs/typebox").TString>>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; sessionArn: 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>]>>]>>; sessionId: 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<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>, import("@feathersjs/typebox").TPartial, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $gte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $lt: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $lte: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $ne: import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $in: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; $nin: import("@feathersjs/typebox").TArray, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>> | import("@feathersjs/typebox").TUnion<[import("@feathersjs/typebox").TLiteral<"ACTIVE">, import("@feathersjs/typebox").TLiteral<"EXPIRED">, import("@feathersjs/typebox").TLiteral<"ENDED">]>; }>, import("@feathersjs/typebox").TObject<{ [key: string]: import("@feathersjs/typebox").TSchema; } | undefined>]>>]>>; taxAgentId: 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>]>>]>>; updatedAt: 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>]>>]>>; userId: 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>]>>]>>; }>>]>, import("@feathersjs/typebox").TObject<{}>]>; export type TaxSessionsQuery = Static; export declare const taxSessionsQueryValidator: import("@feathersjs/schema").Validator; export declare const taxSessionsQueryResolver: import("@feathersjs/schema").Resolver | {} | undefined; createdAt?: any; metadata?: Partial<{ $gt?: Record | undefined; $gte?: Record | undefined; $lt?: Record | undefined; $lte?: Record | undefined; $ne?: Record | undefined; $in: Record[] | Record; $nin: Record[] | Record; } & {}> | Record | undefined; sessionArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; sessionId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "ACTIVE" | "ENDED" | "EXPIRED" | Partial<{ $gt: "ACTIVE" | "ENDED" | "EXPIRED"; $gte: "ACTIVE" | "ENDED" | "EXPIRED"; $lt: "ACTIVE" | "ENDED" | "EXPIRED"; $lte: "ACTIVE" | "ENDED" | "EXPIRED"; $ne: "ACTIVE" | "ENDED" | "EXPIRED"; $in: "ACTIVE" | "ENDED" | "EXPIRED" | ("ACTIVE" | "ENDED" | "EXPIRED")[]; $nin: "ACTIVE" | "ENDED" | "EXPIRED" | ("ACTIVE" | "ENDED" | "EXPIRED")[]; } & {}> | undefined; taxAgentId?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; updatedAt?: any; userId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; } | { $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; metadata?: Partial<{ $gt?: Record | undefined; $gte?: Record | undefined; $lt?: Record | undefined; $lte?: Record | undefined; $ne?: Record | undefined; $in: Record[] | Record; $nin: Record[] | Record; } & {}> | Record | undefined; sessionArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; sessionId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "ACTIVE" | "ENDED" | "EXPIRED" | Partial<{ $gt: "ACTIVE" | "ENDED" | "EXPIRED"; $gte: "ACTIVE" | "ENDED" | "EXPIRED"; $lt: "ACTIVE" | "ENDED" | "EXPIRED"; $lte: "ACTIVE" | "ENDED" | "EXPIRED"; $ne: "ACTIVE" | "ENDED" | "EXPIRED"; $in: "ACTIVE" | "ENDED" | "EXPIRED" | ("ACTIVE" | "ENDED" | "EXPIRED")[]; $nin: "ACTIVE" | "ENDED" | "EXPIRED" | ("ACTIVE" | "ENDED" | "EXPIRED")[]; } & {}> | undefined; taxAgentId?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; updatedAt?: any; userId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; }[]; })[]; $or: { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; metadata?: Partial<{ $gt?: Record | undefined; $gte?: Record | undefined; $lt?: Record | undefined; $lte?: Record | undefined; $ne?: Record | undefined; $in: Record[] | Record; $nin: Record[] | Record; } & {}> | Record | undefined; sessionArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; sessionId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "ACTIVE" | "ENDED" | "EXPIRED" | Partial<{ $gt: "ACTIVE" | "ENDED" | "EXPIRED"; $gte: "ACTIVE" | "ENDED" | "EXPIRED"; $lt: "ACTIVE" | "ENDED" | "EXPIRED"; $lte: "ACTIVE" | "ENDED" | "EXPIRED"; $ne: "ACTIVE" | "ENDED" | "EXPIRED"; $in: "ACTIVE" | "ENDED" | "EXPIRED" | ("ACTIVE" | "ENDED" | "EXPIRED")[]; $nin: "ACTIVE" | "ENDED" | "EXPIRED" | ("ACTIVE" | "ENDED" | "EXPIRED")[]; } & {}> | undefined; taxAgentId?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; updatedAt?: any; userId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; }[]; }> & { _id?: string | Partial<{ $gt: string | {}; $gte: string | {}; $lt: string | {}; $lte: string | {}; $ne: string | {}; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; createdAt?: any; metadata?: Partial<{ $gt?: Record | undefined; $gte?: Record | undefined; $lt?: Record | undefined; $lte?: Record | undefined; $ne?: Record | undefined; $in: Record[] | Record; $nin: Record[] | Record; } & {}> | Record | undefined; sessionArn?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; sessionId?: string | Partial<{ $gt: string; $gte: string; $lt: string; $lte: string; $ne: string; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; status?: "ACTIVE" | "ENDED" | "EXPIRED" | Partial<{ $gt: "ACTIVE" | "ENDED" | "EXPIRED"; $gte: "ACTIVE" | "ENDED" | "EXPIRED"; $lt: "ACTIVE" | "ENDED" | "EXPIRED"; $lte: "ACTIVE" | "ENDED" | "EXPIRED"; $ne: "ACTIVE" | "ENDED" | "EXPIRED"; $in: "ACTIVE" | "ENDED" | "EXPIRED" | ("ACTIVE" | "ENDED" | "EXPIRED")[]; $nin: "ACTIVE" | "ENDED" | "EXPIRED" | ("ACTIVE" | "ENDED" | "EXPIRED")[]; } & {}> | undefined; taxAgentId?: string | Partial<{ $gt?: string | undefined; $gte?: string | undefined; $lt?: string | undefined; $lte?: string | undefined; $ne?: string | undefined; $in: string | string[]; $nin: string | string[]; } & {}> | undefined; updatedAt?: any; userId?: string | Partial<{ $gt?: string | {} | undefined; $gte?: string | {} | undefined; $lt?: string | {} | undefined; $lte?: string | {} | undefined; $ne?: string | {} | undefined; $in: string | (string | {})[] | {}; $nin: string | (string | {})[] | {}; } & {}> | {} | undefined; } & {}, HookContext>>;