import type { AssignmentCollectionValue, FilterValue, IconOrEmoji, INodeCredentials, INodeCredentialsDetails, INodeParameterResourceLocator, INodeParameters, NodeConnectionType, NodeParameterValueType, OnError, ResourceMapperValue, ResourceMapperField, FieldType, INodePropertyOptions, IDisplayOptions, INodePropertyRouting, FilterOptionsValue, FilterOperatorValue, FilterConditionValue, FilterOperatorType, AssignmentValue, DisplayCondition, INode, IN8nRequestOperations, IN8nRequestOperationPaginationGeneric, IDataObject, IN8nRequestOperationPaginationOffset, DeclarativeRestApiSettings, INodeRequestOutput, PostReceiveAction, IPostReceiveBinaryData, IPostReceiveFilter, IPostReceiveLimit, IPostReceiveRootProperty, IPostReceiveSet, IPostReceiveSetKeyValue, IPostReceiveSort, INodeRequestSend, GenericValue } from './interfaces'; import { z } from 'zod'; export declare const INodeParameterResourceLocatorSchema: z.ZodType; export declare const FieldTypeSchema: z.ZodType; export declare const GenericValueSchema: z.ZodType; export declare const IDataObjectSchema: z.ZodType; export declare const IRequestOptionsSimplifiedAuthSchema: z.ZodObject<{ auth: z.ZodOptional; }, "strip", z.ZodTypeAny, { password: string; username: string; sendImmediately?: boolean | undefined; }, { password: string; username: string; sendImmediately?: boolean | undefined; }>>; body: z.ZodOptional>; headers: z.ZodOptional>; qs: z.ZodOptional>; url: z.ZodOptional; skipSslCertificateValidation: z.ZodOptional>; }, "strip", z.ZodTypeAny, { url?: string | undefined; body?: {} | undefined; headers?: IDataObject | undefined; qs?: IDataObject | undefined; auth?: { password: string; username: string; sendImmediately?: boolean | undefined; } | undefined; skipSslCertificateValidation?: string | boolean | undefined; }, { url?: string | undefined; body?: {} | undefined; headers?: IDataObject | undefined; qs?: IDataObject | undefined; auth?: { password: string; username: string; sendImmediately?: boolean | undefined; } | undefined; skipSslCertificateValidation?: string | boolean | undefined; }>; export declare const IN8nRequestOperationPaginationBaseSchema: z.ZodObject<{ type: z.ZodString; properties: z.ZodRecord; }, "strip", z.ZodTypeAny, { type: string; properties: Record; }, { type: string; properties: Record; }>; export declare const IN8nRequestOperationPaginationGenericSchema: z.ZodType; export declare const IN8nRequestOperationPaginationOffsetSchema: z.ZodType; export declare const IN8nRequestOperationsSchema: z.ZodType; export declare const IPostReceiveBaseSchema: z.ZodObject<{ type: z.ZodString; enabled: z.ZodOptional>; properties: z.ZodRecord]>>; errorMessage: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: string; properties: Record; errorMessage?: string | undefined; enabled?: string | boolean | undefined; }, { type: string; properties: Record; errorMessage?: string | undefined; enabled?: string | boolean | undefined; }>; export declare const IPostReceiveBinaryDataSchema: z.ZodType; export declare const IPostReceiveFilterSchema: z.ZodType; export declare const IPostReceiveLimitSchema: z.ZodType; export declare const IPostReceiveRootPropertySchema: z.ZodType; export declare const IPostReceiveSetSchema: z.ZodType; export declare const IPostReceiveSetKeyValueSchema: z.ZodType; export declare const IPostReceiveSortSchema: z.ZodType; export declare const PostReceiveActionSchema: z.ZodType; export declare const INodeRequestOutputSchema: z.ZodType; export declare const HttpRequestOptionsSchema: z.ZodType; export declare const INodeRequestSendSchema: z.ZodType; export declare const INodePropertyRoutingSchema: z.ZodType; export declare const NumberOrStringSchema: z.ZodUnion<[z.ZodNumber, z.ZodString]>; export declare const DisplayConditionSchema: z.ZodType; export declare const IDisplayOptionsSchema: z.ZodType; export declare const NodeConnectionTypeSchema: z.ZodType; export declare const INodePropertyOptionsSchema: z.ZodType; export declare const ResourceMapperFieldSchema: z.ZodType; export declare const ResourceMapperValueSchema: z.ZodType; export declare const FilterOptionsValueSchema: z.ZodType; export declare const FilterOperatorTypeSchema: z.ZodType; export declare const FilterOperatorValueSchema: z.ZodType; export declare const FilterConditionValueSchema: z.ZodType; export declare const FilterTypeCombinatorSchema: z.ZodEnum<["and", "or"]>; export declare const FilterValueSchema: z.ZodType; export declare const AssignmentValueSchema: z.ZodType; export declare const AssignmentCollectionValueSchema: z.ZodType; export declare const IconOrEmojiSchema: z.ZodType; export declare const NodeParameterValueTypeSchema: z.ZodType; export declare const INodeParametersSchema: z.ZodType; export declare const OnErrorSchema: z.ZodType; export declare const INodeCredentialsDetailsSchema: z.ZodType; export declare const INodeCredentialsSchema: z.ZodType; export declare const INodeSchema: z.ZodType; export declare const INodesSchema: z.ZodType; //# sourceMappingURL=schemas.d.ts.map