import { z } from 'zod'; export declare const metadataSchema: z.ZodObject<{ count: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>; export declare const abbvMessageSchema: z.ZodObject<{ clicks_count: z.ZodNumber; from_email: z.ZodString; last_event_time: z.ZodString; msg_id: z.ZodString; opens_count: z.ZodNumber; status: z.ZodUnion<[z.ZodLiteral<"processed">, z.ZodLiteral<"delivered">, z.ZodLiteral<"not_delivered">]>; subject: z.ZodString; to_email: z.ZodString; }, "strip", z.ZodTypeAny, { status: "processed" | "delivered" | "not_delivered"; clicks_count: number; from_email: string; last_event_time: string; msg_id: string; opens_count: number; subject: string; to_email: string; }, { status: "processed" | "delivered" | "not_delivered"; clicks_count: number; from_email: string; last_event_time: string; msg_id: string; opens_count: number; subject: string; to_email: string; }>; export declare const statusSchema: z.ZodUnion<[z.ZodLiteral<"processed">, z.ZodLiteral<"delivered">, z.ZodLiteral<"not_delivered">]>; export declare const abtestSummarySchema: z.ZodNullable; test_percentage: z.ZodNumber; type: z.ZodUnion<[z.ZodLiteral<"subject">, z.ZodLiteral<"content">]>; winner_criteria: z.ZodUnion<[z.ZodLiteral<"open">, z.ZodLiteral<"click">, z.ZodLiteral<"manual">]>; winner_selected_at: z.ZodNullable; winning_template_id: z.ZodString; }, "strip", z.ZodTypeAny, { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; }, { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; }>>; export declare const typeSchema: z.ZodUnion<[z.ZodLiteral<"subject">, z.ZodLiteral<"content">]>; export declare const winnerCriteriaSchema: z.ZodUnion<[z.ZodLiteral<"open">, z.ZodLiteral<"click">, z.ZodLiteral<"manual">]>; export declare const advancedStatsClicksSchema: z.ZodObject<{ clicks: z.ZodOptional; unique_clicks: z.ZodOptional; }, "strip", z.ZodTypeAny, { clicks?: number | undefined; unique_clicks?: number | undefined; }, { clicks?: number | undefined; unique_clicks?: number | undefined; }>; export declare const advancedStatsOpensSchema: z.ZodObject<{ opens: z.ZodOptional; unique_opens: z.ZodOptional; }, "strip", z.ZodTypeAny, { opens?: number | undefined; unique_opens?: number | undefined; }, { opens?: number | undefined; unique_opens?: number | undefined; }>; export declare const advancedStatsClicksOpensSchema: z.ZodIntersection; unique_clicks: z.ZodOptional; }, "strip", z.ZodTypeAny, { clicks?: number | undefined; unique_clicks?: number | undefined; }, { clicks?: number | undefined; unique_clicks?: number | undefined; }>, z.ZodObject<{ opens: z.ZodOptional; unique_opens: z.ZodOptional; }, "strip", z.ZodTypeAny, { opens?: number | undefined; unique_opens?: number | undefined; }, { opens?: number | undefined; unique_opens?: number | undefined; }>>; export declare const segmentStatusResponseSchema: z.ZodObject<{ error_message: z.ZodOptional; query_validation: z.ZodString; }, "strip", z.ZodTypeAny, { query_validation: string; error_message?: string | undefined; }, { query_validation: string; error_message?: string | undefined; }>; export declare const apiErrorSchema: z.ZodObject<{ error_id: z.ZodString; field: z.ZodString; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; error_id: string; field: string; }, { message: string; error_id: string; field: string; }>; export declare const apiErrorsSchema: z.ZodObject<{ errors: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }>; export declare const apiKeyNameIdSchema: z.ZodObject<{ api_key_id: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { api_key_id?: string | undefined; name?: string | undefined; }, { api_key_id?: string | undefined; name?: string | undefined; }>; export declare const apiKeyNameIdScopesSchema: z.ZodIntersection>; }, "strip", z.ZodTypeAny, { scopes?: string[] | undefined; }, { scopes?: string[] | undefined; }>, z.ZodObject<{ api_key_id: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { api_key_id?: string | undefined; name?: string | undefined; }, { api_key_id?: string | undefined; name?: string | undefined; }>>; export declare const authenticationDomainSchema: z.ZodObject<{ automatic_security: z.ZodBoolean; custom_spf: z.ZodBoolean; default: z.ZodBoolean; dns: z.ZodObject<{ dkim1: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; dkim2: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodString; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }>; export declare const linkTrackingMetadataSchema: z.ZodObject<{ count: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>; export declare const metricsSchema: z.ZodObject<{ bounce_drops: z.ZodNumber; bounces: z.ZodNumber; clicks: z.ZodNumber; delivered: z.ZodNumber; invalid_emails: z.ZodNumber; opens: z.ZodNumber; requests: z.ZodNumber; spam_report_drops: z.ZodNumber; spam_reports: z.ZodNumber; unique_clicks: z.ZodNumber; unique_opens: z.ZodNumber; unsubscribes: z.ZodNumber; }, "strip", z.ZodTypeAny, { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; }, { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; }>; export declare const blocksResponseSchema: z.ZodArray, "many">; export declare const bounceResponseSchema: z.ZodObject<{ created: z.ZodOptional; email: z.ZodOptional; reason: z.ZodOptional; status: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: string | undefined; created?: number | undefined; email?: string | undefined; reason?: string | undefined; }, { status?: string | undefined; created?: number | undefined; email?: string | undefined; reason?: string | undefined; }>; export declare const campaignRequestSchema: z.ZodObject<{ categories: z.ZodNullable>>; custom_unsubscribe_url: z.ZodNullable>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; html_content: z.ZodNullable>; ip_pool: z.ZodNullable>; list_ids: z.ZodNullable>>; plain_content: z.ZodNullable>; segment_ids: z.ZodNullable>>; sender_id: z.ZodNullable>; subject: z.ZodNullable>; suppression_group_id: z.ZodNullable>; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }>; export declare const editorSchema: z.ZodUnion<[z.ZodLiteral<"code">, z.ZodLiteral<"design">]>; export declare const campaignResponseSchema: z.ZodIntersection>>; custom_unsubscribe_url: z.ZodNullable>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; html_content: z.ZodNullable>; ip_pool: z.ZodNullable>; list_ids: z.ZodNullable>>; plain_content: z.ZodNullable>; segment_ids: z.ZodNullable>>; sender_id: z.ZodNullable>; subject: z.ZodNullable>; suppression_group_id: z.ZodNullable>; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }>, z.ZodObject<{ id: z.ZodOptional; status: z.ZodString; }, "strip", z.ZodTypeAny, { status: string; id?: number | undefined; }, { status: string; id?: number | undefined; }>>; export declare const categoryStatsSchema: z.ZodObject<{ date: z.ZodString; stats: z.ZodOptional>; name: z.ZodOptional; type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }, { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date: string; stats?: { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }[] | undefined; }, { date: string; stats?: { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }[] | undefined; }>; export declare const ccBccEmailObjectSchema: z.ZodObject<{ email: z.ZodString; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>; export declare const clickTrackingSchema: z.ZodObject<{ enable_text: z.ZodBoolean; enabled: z.ZodBoolean; }, "strip", z.ZodTypeAny, { enable_text: boolean; enabled: boolean; }, { enable_text: boolean; enabled: boolean; }>; export declare const selfmetadataSchema: z.ZodObject<{ self: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>; export declare const customFieldsByNameSchema: z.ZodRecord; export declare const contactDetails2Schema: z.ZodObject<{ _metadata: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; alternate_emails: z.ZodNullable>>; city: z.ZodOptional; country: z.ZodOptional; created_at: z.ZodString; custom_fields: z.ZodOptional>; email: z.ZodOptional; facebook: z.ZodOptional; first_name: z.ZodOptional; id: z.ZodString; last_name: z.ZodOptional; line: z.ZodOptional; list_ids: z.ZodArray; phone_number: z.ZodOptional; postal_code: z.ZodOptional; segment_ids: z.ZodOptional>; state_province_region: z.ZodOptional; unique_name: z.ZodOptional; updated_at: z.ZodString; whatsapp: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: string; list_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; segment_ids?: string[] | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | null | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }, { id: string; list_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; segment_ids?: string[] | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | null | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }>; export declare const contactDetails3Schema: z.ZodObject<{ _metadata: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; alternate_emails: z.ZodOptional>; city: z.ZodOptional; country: z.ZodOptional; created_at: z.ZodString; custom_fields: z.ZodOptional>; email: z.ZodOptional; facebook: z.ZodOptional; first_name: z.ZodOptional; id: z.ZodString; last_name: z.ZodOptional; line: z.ZodOptional; list_ids: z.ZodArray; phone_number: z.ZodOptional; postal_code: z.ZodOptional; segment_ids: z.ZodArray; state_province_region: z.ZodOptional; unique_name: z.ZodOptional; updated_at: z.ZodString; whatsapp: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }, { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }>; export declare const contactExportSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; completed_at: z.ZodOptional; contact_count: z.ZodOptional; created_at: z.ZodString; expires_at: z.ZodString; id: z.ZodString; message: z.ZodOptional; status: z.ZodUnion<[z.ZodLiteral<"pending">, z.ZodLiteral<"ready">, z.ZodLiteral<"failure">]>; updated_at: z.ZodString; urls: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status: "pending" | "ready" | "failure"; id: string; created_at: string; updated_at: string; expires_at: string; message?: string | undefined; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; completed_at?: string | undefined; contact_count?: number | undefined; urls?: string[] | undefined; }, { status: "pending" | "ready" | "failure"; id: string; created_at: string; updated_at: string; expires_at: string; message?: string | undefined; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; completed_at?: string | undefined; contact_count?: number | undefined; urls?: string[] | undefined; }>; export declare const status2Schema: z.ZodUnion<[z.ZodLiteral<"pending">, z.ZodLiteral<"ready">, z.ZodLiteral<"failure">]>; export declare const contactImportSchema: z.ZodObject<{ finished_at: z.ZodOptional; id: z.ZodOptional; job_type: z.ZodOptional; results: z.ZodOptional; deleted_count: z.ZodOptional; errored_count: z.ZodOptional; errors_url: z.ZodOptional; requested_count: z.ZodOptional; updated_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { created_count?: number | undefined; deleted_count?: number | undefined; errored_count?: number | undefined; errors_url?: string | undefined; requested_count?: number | undefined; updated_count?: number | undefined; }, { created_count?: number | undefined; deleted_count?: number | undefined; errored_count?: number | undefined; errors_url?: string | undefined; requested_count?: number | undefined; updated_count?: number | undefined; }>>; started_at: z.ZodOptional; status: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: string | undefined; id?: string | undefined; finished_at?: string | undefined; job_type?: string | undefined; results?: { created_count?: number | undefined; deleted_count?: number | undefined; errored_count?: number | undefined; errors_url?: string | undefined; requested_count?: number | undefined; updated_count?: number | undefined; } | undefined; started_at?: string | undefined; }, { status?: string | undefined; id?: string | undefined; finished_at?: string | undefined; job_type?: string | undefined; results?: { created_count?: number | undefined; deleted_count?: number | undefined; errored_count?: number | undefined; errors_url?: string | undefined; requested_count?: number | undefined; updated_count?: number | undefined; } | undefined; started_at?: string | undefined; }>; export declare const customFieldsByIdSchema: z.ZodRecord; export declare const contactResponseSchema: z.ZodObject<{ address_line_1: z.ZodString; address_line_2: z.ZodString; alternate_emails: z.ZodArray; city: z.ZodString; country: z.ZodString; custom_fields: z.ZodObject<{ '': z.ZodOptional; custom_field_name1: z.ZodOptional; custom_field_name2: z.ZodOptional; }, "strip", z.ZodTypeAny, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }>; email: z.ZodString; first_name: z.ZodString; id: z.ZodString; last_name: z.ZodString; list_ids: z.ZodOptional>; postal_code: z.ZodNumber; segment_ids: z.ZodOptional>; state_province_region: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }>; export declare const contactSummarySchema: z.ZodObject<{ _metadata: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; created_at: z.ZodNumber; email: z.ZodOptional; first_name: z.ZodOptional; id: z.ZodString; last_name: z.ZodOptional; list_ids: z.ZodArray; updated_at: z.ZodNumber; }, "strip", z.ZodTypeAny, { id: string; list_ids: string[]; created_at: number; updated_at: number; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }, { id: string; list_ids: string[]; created_at: number; updated_at: number; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }>; export declare const contactdbCustomFieldSchema: z.ZodObject<{ name: z.ZodOptional; type: z.ZodOptional, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>>; }, "strip", z.ZodTypeAny, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }>; export declare const type2Schema: z.ZodUnion<[z.ZodLiteral<"date">, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>; export declare const contactdbCustomFieldWithIdSchema: z.ZodIntersection; type: z.ZodOptional, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>>; }, "strip", z.ZodTypeAny, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }>, z.ZodObject<{ id: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>>; export declare const contactdbCustomFieldWithIdValueSchema: z.ZodIntersection; type: z.ZodOptional, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>>; }, "strip", z.ZodTypeAny, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }>, z.ZodObject<{ id: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>>, z.ZodObject<{ value: z.ZodNullable>; }, "strip", z.ZodTypeAny, { value?: string | null | undefined; }, { value?: string | null | undefined; }>>; export declare const contactdbListSchema: z.ZodObject<{ id: z.ZodNumber; name: z.ZodString; recipient_count: z.ZodNumber; }, "strip", z.ZodTypeAny, { name: string; id: number; recipient_count: number; }, { name: string; id: number; recipient_count: number; }>; export declare const contactdbRecipientSchema: z.ZodObject<{ recipients: z.ZodOptional; custom_fields: z.ZodOptional; type: z.ZodOptional, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>>; }, "strip", z.ZodTypeAny, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }>, z.ZodObject<{ id: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>>, z.ZodObject<{ value: z.ZodNullable>; }, "strip", z.ZodTypeAny, { value?: string | null | undefined; }, { value?: string | null | undefined; }>>, "many">>; email: z.ZodString; first_name: z.ZodNullable>; id: z.ZodOptional; last_clicked: z.ZodNullable>; last_emailed: z.ZodNullable>; last_name: z.ZodNullable>; last_opened: z.ZodNullable>; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }, { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }, { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }>; export declare const contactdbRecipientCountSchema: z.ZodObject<{ recipient_count: z.ZodNumber; }, "strip", z.ZodTypeAny, { recipient_count: number; }, { recipient_count: number; }>; export declare const contactdbRecipientResponseSchema: z.ZodObject<{ error_count: z.ZodNumber; error_indices: z.ZodOptional>; errors: z.ZodOptional>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_indices?: number[] | undefined; }, { message?: string | undefined; error_indices?: number[] | undefined; }>, "many">>; new_count: z.ZodNumber; persisted_recipients: z.ZodArray; updated_count: z.ZodNumber; }, "strip", z.ZodTypeAny, { updated_count: number; error_count: number; new_count: number; persisted_recipients: string[]; errors?: { message?: string | undefined; error_indices?: number[] | undefined; }[] | undefined; error_indices?: number[] | undefined; }, { updated_count: number; error_count: number; new_count: number; persisted_recipients: string[]; errors?: { message?: string | undefined; error_indices?: number[] | undefined; }[] | undefined; error_indices?: number[] | undefined; }>; export declare const contactdbSegmentsConditionsSchema: z.ZodObject<{ and_or: z.ZodOptional, z.ZodLiteral<"or">, z.ZodLiteral<"">]>>; field: z.ZodString; operator: z.ZodUnion<[z.ZodLiteral<"eq">, z.ZodLiteral<"ne">, z.ZodLiteral<"lt">, z.ZodLiteral<"gt">, z.ZodLiteral<"contains">]>; value: z.ZodString; }, "strip", z.ZodTypeAny, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }>; export declare const andOrSchema: z.ZodUnion<[z.ZodLiteral<"and">, z.ZodLiteral<"or">, z.ZodLiteral<"">]>; export declare const operatorSchema: z.ZodUnion<[z.ZodLiteral<"eq">, z.ZodLiteral<"ne">, z.ZodLiteral<"lt">, z.ZodLiteral<"gt">, z.ZodLiteral<"contains">]>; export declare const contactdbSegmentsSchema: z.ZodObject<{ conditions: z.ZodArray, z.ZodLiteral<"or">, z.ZodLiteral<"">]>>; field: z.ZodString; operator: z.ZodUnion<[z.ZodLiteral<"eq">, z.ZodLiteral<"ne">, z.ZodLiteral<"lt">, z.ZodLiteral<"gt">, z.ZodLiteral<"contains">]>; value: z.ZodString; }, "strip", z.ZodTypeAny, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }>, "many">; list_id: z.ZodOptional; name: z.ZodString; recipient_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }>; export declare const contactsSchema: z.ZodObject<{ address: z.ZodOptional; address2: z.ZodOptional>; city: z.ZodOptional; company: z.ZodOptional; country: z.ZodOptional; email: z.ZodOptional; first_name: z.ZodOptional; last_name: z.ZodOptional; phone: z.ZodOptional; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: string | undefined; city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: Record | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; }, { email?: string | undefined; city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: Record | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; }>; export declare const createIntegrationRequestSchema: z.ZodObject<{ completed_integration: z.ZodOptional; enabled: z.ZodBoolean; entity_id: z.ZodString; name: z.ZodString; signin_url: z.ZodString; signout_url: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }>; export declare const credentialsSchema: z.ZodObject<{ permissions: z.ZodOptional; mail: z.ZodOptional; web: z.ZodOptional; }, "strip", z.ZodTypeAny, { api?: string | undefined; mail?: string | undefined; web?: string | undefined; }, { api?: string | undefined; mail?: string | undefined; web?: string | undefined; }>>; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; permissions?: { api?: string | undefined; mail?: string | undefined; web?: string | undefined; } | undefined; }, { username?: string | undefined; permissions?: { api?: string | undefined; mail?: string | undefined; web?: string | undefined; } | undefined; }>; export declare const customFieldDefinitionsResponseSchema: z.ZodObject<{ field_type: z.ZodUnion<[z.ZodLiteral<"Text">, z.ZodLiteral<"Number">, z.ZodLiteral<"Date">]>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; id: string; field_type: "Text" | "Number" | "Date"; }, { name: string; id: string; field_type: "Text" | "Number" | "Date"; }>; export declare const fieldTypeSchema: z.ZodUnion<[z.ZodLiteral<"Text">, z.ZodLiteral<"Number">, z.ZodLiteral<"Date">]>; export declare const designDuplicateInputSchema: z.ZodObject<{ editor: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>; export declare const designCommonFieldsSchema: z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>; export declare const designOutputSummarySchema: z.ZodIntersection; id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }>, z.ZodObject<{ editor: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>; export declare const designInputSchema: z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodObject<{ html_content: z.ZodString; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content: string; plain_content?: string | undefined; }, { html_content: string; plain_content?: string | undefined; }>>; export declare const domainAuthentication200ResponseSchema: z.ZodArray; dkim2: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodString; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }>, z.ZodObject<{ last_validation_attempt_at: z.ZodOptional; subusers: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { user_id?: number | undefined; username?: string | undefined; }, { user_id?: number | undefined; username?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { last_validation_attempt_at?: number | undefined; subusers?: { user_id?: number | undefined; username?: string | undefined; }[] | undefined; }, { last_validation_attempt_at?: number | undefined; subusers?: { user_id?: number | undefined; username?: string | undefined; }[] | undefined; }>>, "many">; export declare const domainAuthenticationDomainSpfSchema: z.ZodObject<{ automatic_security: z.ZodBoolean; custom_spf: z.ZodBoolean; default: z.ZodBoolean; dns: z.ZodObject<{ dkim: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; domain_spf: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_server: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; subdomain_spf: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }, { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: unknown[]; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: unknown[]; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const emailActivityResponseCommonFieldsSchema: z.ZodObject<{ from_email: z.ZodOptional; msg_id: z.ZodOptional; status: z.ZodOptional, z.ZodLiteral<"delivered">, z.ZodLiteral<"not delivered">]>>; subject: z.ZodOptional; to_email: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: "processed" | "delivered" | "not delivered" | undefined; from_email?: string | undefined; msg_id?: string | undefined; subject?: string | undefined; to_email?: string | undefined; }, { status?: "processed" | "delivered" | "not delivered" | undefined; from_email?: string | undefined; msg_id?: string | undefined; subject?: string | undefined; to_email?: string | undefined; }>; export declare const status3Schema: z.ZodUnion<[z.ZodLiteral<"processed">, z.ZodLiteral<"delivered">, z.ZodLiteral<"not delivered">]>; export declare const enforcedTlsRequestResponseSchema: z.ZodObject<{ require_tls: z.ZodOptional; require_valid_cert: z.ZodOptional; }, "strip", z.ZodTypeAny, { require_tls?: boolean | undefined; require_valid_cert?: boolean | undefined; }, { require_tls?: boolean | undefined; require_valid_cert?: boolean | undefined; }>; export declare const errorSchema: z.ZodObject<{ error_id: z.ZodOptional; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>; export declare const errorsSchema: z.ZodObject<{ errors: z.ZodArray>; message: z.ZodNullable; parameter: z.ZodString; }, "strip", z.ZodTypeAny, { message: string | null; parameter: string; field?: string | null | undefined; }, { message: string | null; parameter: string; field?: string | null | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string | null; parameter: string; field?: string | null | undefined; }[]; }, { errors: { message: string | null; parameter: string; field?: string | null | undefined; }[]; }>; export declare const errorsSegV2Schema: z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; field: string; }[]; }, { errors: { message: string; field: string; }[]; }>; export declare const eventWebhookResponseSchema: z.ZodObject<{ bounce: z.ZodBoolean; click: z.ZodBoolean; deferred: z.ZodBoolean; delivered: z.ZodBoolean; dropped: z.ZodBoolean; enabled: z.ZodBoolean; group_resubscribe: z.ZodBoolean; group_unsubscribe: z.ZodBoolean; oauth_client_id: z.ZodOptional; oauth_token_url: z.ZodOptional; open: z.ZodBoolean; processed: z.ZodBoolean; spam_report: z.ZodBoolean; unsubscribe: z.ZodBoolean; url: z.ZodString; }, "strip", z.ZodTypeAny, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; }, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; }>; export declare const eventWebhookUpdateOauthRequestSchema: z.ZodObject<{ bounce: z.ZodBoolean; click: z.ZodBoolean; deferred: z.ZodBoolean; delivered: z.ZodBoolean; dropped: z.ZodBoolean; enabled: z.ZodBoolean; group_resubscribe: z.ZodBoolean; group_unsubscribe: z.ZodBoolean; oauth_client_id: z.ZodOptional; oauth_client_secret: z.ZodOptional; oauth_token_url: z.ZodOptional; open: z.ZodBoolean; processed: z.ZodBoolean; spam_report: z.ZodBoolean; unsubscribe: z.ZodBoolean; url: z.ZodString; }, "strip", z.ZodTypeAny, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; oauth_client_secret?: string | undefined; }, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; oauth_client_secret?: string | undefined; }>; export declare const fromEmailObjectSchema: z.ZodObject<{ email: z.ZodString; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>; export declare const segmentSummarySchema: z.ZodObject<{ contacts_count: z.ZodNumber; created_at: z.ZodString; id: z.ZodString; name: z.ZodOptional; next_sample_update: z.ZodOptional; parent_list_id: z.ZodOptional; sample_updated_at: z.ZodString; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }>; export declare const segmentWriteV2Schema: z.ZodObject<{ name: z.ZodString; parent_list_ids: z.ZodOptional>; query_dsl: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }>; export declare const globalEmptyRequestSchema: z.ZodUnknown; export declare const globalErrorResponseSchemaSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const globalIdSchema: z.ZodNumber; export declare const googleAnalyticsSettingsSchema: z.ZodObject<{ enabled: z.ZodOptional; utm_campaign: z.ZodOptional; utm_content: z.ZodOptional; utm_medium: z.ZodOptional; utm_source: z.ZodOptional; utm_term: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; }, { enabled?: boolean | undefined; utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; }>; export declare const invalidEmailSchema: z.ZodObject<{ created: z.ZodOptional; email: z.ZodOptional; reason: z.ZodOptional; }, "strip", z.ZodTypeAny, { created?: number | undefined; email?: string | undefined; reason?: string | undefined; }, { created?: number | undefined; email?: string | undefined; reason?: string | undefined; }>; export declare const ipAccessResponseSchema: z.ZodObject<{ result: z.ZodOptional; id: z.ZodOptional; ip: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { result?: { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }[] | undefined; }, { result?: { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }[] | undefined; }>; export declare const ipPoolSchema: z.ZodObject<{ name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; }, { name: string; }>; export declare const ipPoolResponseSchema: z.ZodObject<{ name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; }, { name?: string | undefined; }>; export declare const ipWarmupResponseSchema: z.ZodArray, "many">; export declare const linkSchema: z.ZodObject<{ href: z.ZodOptional; rel: z.ZodOptional; }, "strip", z.ZodTypeAny, { href?: string | undefined; rel?: string | undefined; }, { href?: string | undefined; rel?: string | undefined; }>; export declare const linkBranding200ResponseSchema: z.ZodObject<{ default: z.ZodBoolean; dns: z.ZodObject<{ domain_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodUnion<[z.ZodLiteral<"cname">, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }>; owner_cname: z.ZodOptional, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }>>; }, "strip", z.ZodTypeAny, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }>; domain: z.ZodString; id: z.ZodNumber; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const type3Schema: z.ZodUnion<[z.ZodLiteral<"cname">, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>; export declare const listSchema: z.ZodObject<{ _metadata: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; contact_count: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }, { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }>; export declare const mailBatchIdSchema: z.ZodObject<{ batch_id: z.ZodString; }, "strip", z.ZodTypeAny, { batch_id: string; }, { batch_id: string; }>; export declare const mailSettingsAddressWhitelabelSchema: z.ZodObject<{ enabled: z.ZodOptional; list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; list?: string[] | undefined; }, { enabled?: boolean | undefined; list?: string[] | undefined; }>; export declare const mailSettingsBouncePurgeSchema: z.ZodObject<{ enabled: z.ZodOptional; hard_bounces: z.ZodNullable>; soft_bounces: z.ZodNullable>; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; hard_bounces?: number | null | undefined; soft_bounces?: number | null | undefined; }, { enabled?: boolean | undefined; hard_bounces?: number | null | undefined; soft_bounces?: number | null | undefined; }>; export declare const mailSettingsFooterSchema: z.ZodObject<{ enabled: z.ZodOptional; html_content: z.ZodOptional; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; }, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; }>; export declare const mailSettingsForwardBounceSchema: z.ZodObject<{ email: z.ZodNullable>; enabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: string | null | undefined; enabled?: boolean | undefined; }, { email?: string | null | undefined; enabled?: boolean | undefined; }>; export declare const mailSettingsForwardSpamSchema: z.ZodObject<{ email: z.ZodOptional; enabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: string | undefined; enabled?: boolean | undefined; }, { email?: string | undefined; enabled?: boolean | undefined; }>; export declare const mailSettingsPatchSchema: z.ZodObject<{ email: z.ZodOptional; enabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: string | undefined; enabled?: boolean | undefined; }, { email?: string | undefined; enabled?: boolean | undefined; }>; export declare const mailSettingsTemplateSchema: z.ZodObject<{ enabled: z.ZodOptional; html_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content?: string | undefined; enabled?: boolean | undefined; }, { html_content?: string | undefined; enabled?: boolean | undefined; }>; export declare const makoEventSchema: z.ZodObject<{ attempt_num: z.ZodOptional; bounce_type: z.ZodUnion<[z.ZodLiteral<"bounced">, z.ZodLiteral<"blocked">, z.ZodLiteral<"expired">]>; event_name: z.ZodUnion<[z.ZodLiteral<"bounced">, z.ZodLiteral<"opened">, z.ZodLiteral<"clicked">, z.ZodLiteral<"processed">, z.ZodLiteral<"dropped">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deferred">, z.ZodLiteral<"spam_report">, z.ZodLiteral<"unsubscribe">, z.ZodLiteral<"group_unsubscribe">, z.ZodLiteral<"group_resubscribe">]>; http_user_agent: z.ZodString; mx_server: z.ZodString; processed: z.ZodString; reason: z.ZodOptional; url: z.ZodString; }, "strip", z.ZodTypeAny, { processed: string; url: string; bounce_type: "bounced" | "blocked" | "expired"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; attempt_num?: number | undefined; }, { processed: string; url: string; bounce_type: "bounced" | "blocked" | "expired"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; attempt_num?: number | undefined; }>; export declare const bounceTypeSchema: z.ZodUnion<[z.ZodLiteral<"bounced">, z.ZodLiteral<"blocked">, z.ZodLiteral<"expired">]>; export declare const eventNameSchema: z.ZodUnion<[z.ZodLiteral<"bounced">, z.ZodLiteral<"opened">, z.ZodLiteral<"clicked">, z.ZodLiteral<"processed">, z.ZodLiteral<"dropped">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deferred">, z.ZodLiteral<"spam_report">, z.ZodLiteral<"unsubscribe">, z.ZodLiteral<"group_unsubscribe">, z.ZodLiteral<"group_resubscribe">]>; export declare const messageSchema: z.ZodObject<{ api_key_id: z.ZodString; asm_group_id: z.ZodNumber; categories: z.ZodArray; events: z.ZodArray; bounce_type: z.ZodUnion<[z.ZodLiteral<"bounced">, z.ZodLiteral<"blocked">, z.ZodLiteral<"expired">]>; event_name: z.ZodUnion<[z.ZodLiteral<"bounced">, z.ZodLiteral<"opened">, z.ZodLiteral<"clicked">, z.ZodLiteral<"processed">, z.ZodLiteral<"dropped">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deferred">, z.ZodLiteral<"spam_report">, z.ZodLiteral<"unsubscribe">, z.ZodLiteral<"group_unsubscribe">, z.ZodLiteral<"group_resubscribe">]>; http_user_agent: z.ZodString; mx_server: z.ZodString; processed: z.ZodString; reason: z.ZodOptional; url: z.ZodString; }, "strip", z.ZodTypeAny, { processed: string; url: string; bounce_type: "bounced" | "blocked" | "expired"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; attempt_num?: number | undefined; }, { processed: string; url: string; bounce_type: "bounced" | "blocked" | "expired"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; attempt_num?: number | undefined; }>, "many">; from_email: z.ZodString; msg_id: z.ZodString; originating_ip: z.ZodString; outbound_ip: z.ZodString; outbound_ip_type: z.ZodUnion<[z.ZodLiteral<"dedicated">, z.ZodLiteral<"shared">]>; status: z.ZodUnion<[z.ZodLiteral<"processed">, z.ZodLiteral<"not delivered">, z.ZodLiteral<"delivered">]>; subject: z.ZodString; teammate: z.ZodString; template_id: z.ZodString; to_email: z.ZodString; unique_args: z.ZodString; }, "strip", z.ZodTypeAny, { status: "processed" | "delivered" | "not delivered"; from_email: string; msg_id: string; subject: string; to_email: string; api_key_id: string; categories: string[]; asm_group_id: number; events: { processed: string; url: string; bounce_type: "bounced" | "blocked" | "expired"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; attempt_num?: number | undefined; }[]; originating_ip: string; outbound_ip: string; outbound_ip_type: "dedicated" | "shared"; teammate: string; template_id: string; unique_args: string; }, { status: "processed" | "delivered" | "not delivered"; from_email: string; msg_id: string; subject: string; to_email: string; api_key_id: string; categories: string[]; asm_group_id: number; events: { processed: string; url: string; bounce_type: "bounced" | "blocked" | "expired"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; attempt_num?: number | undefined; }[]; originating_ip: string; outbound_ip: string; outbound_ip_type: "dedicated" | "shared"; teammate: string; template_id: string; unique_args: string; }>; export declare const outboundIpTypeSchema: z.ZodUnion<[z.ZodLiteral<"dedicated">, z.ZodLiteral<"shared">]>; export declare const monitorSchema: z.ZodObject<{ email: z.ZodString; frequency: z.ZodNumber; }, "strip", z.ZodTypeAny, { email: string; frequency: number; }, { email: string; frequency: number; }>; export declare const parametertraitAuthorizationHeaderAuthorizationSchema: z.ZodString; export declare const parametertraitAutomationQueryParamsGroupBySchema: z.ZodArray, "many">; export declare const parametertraitAutomationQueryParamsStepIdsSchema: z.ZodArray; export declare const parametertraitBaseParamsAggregatedBySchema: z.ZodUnion<[z.ZodLiteral<"day">, z.ZodLiteral<"total">]>; export declare const parametertraitBaseParamsEndDateSchema: z.ZodString; export declare const parametertraitBaseParamsStartDateSchema: z.ZodString; export declare const parametertraitBaseParamsTimezoneSchema: z.ZodString; export declare const parametertraitDesignsQueryStringsPageSizeSchema: z.ZodNumber; export declare const parametertraitDesignsQueryStringsPageTokenSchema: z.ZodString; export declare const parametertraitDesignsQueryStringsSummarySchema: z.ZodBoolean; export declare const parametertraitOnBehalfOfSubuserOnBehalfOfSchema: z.ZodString; export declare const parametertraitPaginationPageSizeSchema: z.ZodNumber; export declare const parametertraitPaginationPageTokenSchema: z.ZodString; export declare const parametertraitSinglesendQueryParamsGroupBySchema: z.ZodArray, z.ZodLiteral<"ab_phase">]>, "many">; export declare const parametertraitSinglesendQueryParams2AbPhaseIdSchema: z.ZodUnion<[z.ZodLiteral<"test">, z.ZodLiteral<"send">]>; export declare const parametertraitSinglesendQueryParams2AbVariationIdSchema: z.ZodString; export declare const parametertraitSinglesendQueryParams2GroupBySchema: z.ZodArray, z.ZodLiteral<"ab_phase">]>, "many">; export declare const parametertraitStatsAdvancedQueryStringsLimitOffsetAggregatedBySchema: z.ZodUnion<[z.ZodLiteral<"day">, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>; export declare const parametertraitStatsAdvancedQueryStringsLimitOffsetEndDateSchema: z.ZodString; export declare const parametertraitStatsAdvancedQueryStringsLimitOffsetLimitSchema: z.ZodNumber; export declare const parametertraitStatsAdvancedQueryStringsLimitOffsetOffsetSchema: z.ZodNumber; export declare const parametertraitStatsAdvancedQueryStringsLimitOffsetStartDateSchema: z.ZodString; export declare const parametertraitStatsAdvancedStatsBaseQueryStringsAggregatedBySchema: z.ZodUnion<[z.ZodLiteral<"day">, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>; export declare const parametertraitStatsAdvancedStatsBaseQueryStringsEndDateSchema: z.ZodString; export declare const parametertraitStatsAdvancedStatsBaseQueryStringsStartDateSchema: z.ZodString; export declare const parseSettingSchema: z.ZodObject<{ hostname: z.ZodOptional; send_raw: z.ZodOptional; spam_check: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }>; export declare const partnerSettingsNewRelicSchema: z.ZodObject<{ enable_subuser_statistics: z.ZodOptional; enabled: z.ZodBoolean; license_key: z.ZodString; }, "strip", z.ZodTypeAny, { enabled: boolean; license_key: string; enable_subuser_statistics?: boolean | undefined; }, { enabled: boolean; license_key: string; enable_subuser_statistics?: boolean | undefined; }>; export declare const replyToEmailObjectSchema: z.ZodObject<{ email: z.ZodString; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>; export declare const reservedFieldDefinitionsResponseSchema: z.ZodArray, z.ZodLiteral<"Number">, z.ZodLiteral<"Date">]>>; name: z.ZodOptional; read_only: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; field_type?: "Text" | "Number" | "Date" | undefined; read_only?: boolean | undefined; }, { name?: string | undefined; field_type?: "Text" | "Number" | "Date" | undefined; read_only?: boolean | undefined; }>, "many">; export declare const reverseDnsSchema: z.ZodObject<{ a_record: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; domain: z.ZodString; id: z.ZodNumber; ip: z.ZodString; last_validation_attempt_at: z.ZodOptional; legacy: z.ZodBoolean; rdns: z.ZodString; subdomain: z.ZodOptional; users: z.ZodArray, "many">; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; domain: string; id: number; legacy: boolean; ip: string; a_record: { valid: boolean; type: string; data: string; host: string; }; rdns: string; users: { user_id: number; username: string; }[]; subdomain?: string | undefined; last_validation_attempt_at?: number | undefined; }, { valid: boolean; domain: string; id: number; legacy: boolean; ip: string; a_record: { valid: boolean; type: string; data: string; host: string; }; rdns: string; users: { user_id: number; username: string; }[]; subdomain?: string | undefined; last_validation_attempt_at?: number | undefined; }>; export declare const segmentQueryJsonSchema: z.ZodObject<{ contacts: z.ZodOptional; v: z.ZodOptional; }, "strip", z.ZodTypeAny, { t?: string | undefined; v?: string | undefined; }, { t?: string | undefined; v?: string | undefined; }>>; op: z.ZodOptional; r: z.ZodOptional; v: z.ZodOptional; }, "strip", z.ZodTypeAny, { t?: string | undefined; v?: string | undefined; }, { t?: string | undefined; v?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; }, { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; }>>; op: z.ZodOptional; r: z.ZodOptional; v: z.ZodOptional; }, "strip", z.ZodTypeAny, { t?: string | undefined; v?: string | undefined; }, { t?: string | undefined; v?: string | undefined; }>, "many">>; t: z.ZodOptional; v: z.ZodOptional; }, "strip", z.ZodTypeAny, { t?: string | undefined; v?: string | undefined; args?: { t?: string | undefined; v?: string | undefined; }[] | undefined; }, { t?: string | undefined; v?: string | undefined; args?: { t?: string | undefined; v?: string | undefined; }[] | undefined; }>>; op: z.ZodOptional; r: z.ZodOptional; v: z.ZodOptional; }, "strip", z.ZodTypeAny, { t?: string | undefined; v?: string | undefined; }, { t?: string | undefined; v?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { l?: { t?: string | undefined; v?: string | undefined; args?: { t?: string | undefined; v?: string | undefined; }[] | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; }, { l?: { t?: string | undefined; v?: string | undefined; args?: { t?: string | undefined; v?: string | undefined; }[] | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { l?: { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; op?: string | undefined; r?: { l?: { t?: string | undefined; v?: string | undefined; args?: { t?: string | undefined; v?: string | undefined; }[] | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; }, { l?: { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; op?: string | undefined; r?: { l?: { t?: string | undefined; v?: string | undefined; args?: { t?: string | undefined; v?: string | undefined; }[] | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; }>>; op: z.ZodOptional; r: z.ZodOptional; v: z.ZodOptional; }, "strip", z.ZodTypeAny, { t?: string | undefined; v?: string | undefined; }, { t?: string | undefined; v?: string | undefined; }>>; op: z.ZodOptional; r: z.ZodOptional; v: z.ZodOptional>; }, "strip", z.ZodTypeAny, { t?: string | undefined; v?: string[] | undefined; }, { t?: string | undefined; v?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string[] | undefined; } | undefined; }, { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string[] | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { l?: { l?: { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; op?: string | undefined; r?: { l?: { t?: string | undefined; v?: string | undefined; args?: { t?: string | undefined; v?: string | undefined; }[] | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; } | undefined; op?: string | undefined; r?: { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string[] | undefined; } | undefined; } | undefined; }, { l?: { l?: { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; op?: string | undefined; r?: { l?: { t?: string | undefined; v?: string | undefined; args?: { t?: string | undefined; v?: string | undefined; }[] | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; } | undefined; op?: string | undefined; r?: { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string[] | undefined; } | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { contacts?: { l?: { l?: { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; op?: string | undefined; r?: { l?: { t?: string | undefined; v?: string | undefined; args?: { t?: string | undefined; v?: string | undefined; }[] | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; } | undefined; op?: string | undefined; r?: { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string[] | undefined; } | undefined; } | undefined; } | undefined; }, { contacts?: { l?: { l?: { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; op?: string | undefined; r?: { l?: { t?: string | undefined; v?: string | undefined; args?: { t?: string | undefined; v?: string | undefined; }[] | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string | undefined; } | undefined; } | undefined; } | undefined; op?: string | undefined; r?: { l?: { t?: string | undefined; v?: string | undefined; } | undefined; op?: string | undefined; r?: { t?: string | undefined; v?: string[] | undefined; } | undefined; } | undefined; } | undefined; }>; export declare const segmentResponseSchema: z.ZodObject<{ contacts_count: z.ZodNumber; contacts_sample: z.ZodArray; city: z.ZodString; country: z.ZodString; custom_fields: z.ZodObject<{ '': z.ZodOptional; custom_field_name1: z.ZodOptional; custom_field_name2: z.ZodOptional; }, "strip", z.ZodTypeAny, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }>; email: z.ZodString; first_name: z.ZodString; id: z.ZodString; last_name: z.ZodString; list_ids: z.ZodOptional>; postal_code: z.ZodNumber; segment_ids: z.ZodOptional>; state_province_region: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }>, "many">; created_at: z.ZodString; id: z.ZodString; name: z.ZodString; next_sample_update: z.ZodString; parent_list_ids: z.ZodArray; query_dsl: z.ZodString; query_version: z.ZodString; sample_updated_at: z.ZodString; status: z.ZodObject<{ error_message: z.ZodOptional; query_validation: z.ZodString; }, "strip", z.ZodTypeAny, { query_validation: string; error_message?: string | undefined; }, { query_validation: string; error_message?: string | undefined; }>; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_dsl: string; contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_version: string; }, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_dsl: string; contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_version: string; }>; export declare const segmentSummaryV2Schema: z.ZodObject<{ results: z.ZodOptional; next_sample_update: z.ZodOptional; parent_list_id: z.ZodOptional; sample_updated_at: z.ZodString; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { results?: { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }[] | undefined; }, { results?: { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }[] | undefined; }>; export declare const segmentUpdateSchema: z.ZodObject<{ name: z.ZodOptional; query_dsl: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; query_dsl?: string | undefined; }, { name?: string | undefined; query_dsl?: string | undefined; }>; export declare const segmentWriteSchema: z.ZodObject<{ name: z.ZodString; query_dsl: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; query_dsl: string; }, { name: string; query_dsl: string; }>; export declare const senderIdRequestSchema: z.ZodObject<{ address: z.ZodOptional; address_2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; nickname: z.ZodOptional; reply_to: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }>; export declare const senderIDSchema: z.ZodIntersection; address_2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; nickname: z.ZodOptional; reply_to: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }>, z.ZodObject<{ created_at: z.ZodOptional; id: z.ZodOptional; locked: z.ZodOptional; updated_at: z.ZodOptional; verified: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }>>, z.ZodRecord>; export declare const sendersIdRequestBodySchema: z.ZodObject<{ address: z.ZodString; address_2: z.ZodOptional; city: z.ZodString; country: z.ZodString; from: z.ZodObject<{ email: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; email: string; }, { name: string; email: string; }>; nickname: z.ZodString; reply_to: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city: string; country: string; address: string; from: { name: string; email: string; }; nickname: string; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; }, { city: string; country: string; address: string; from: { name: string; email: string; }; nickname: string; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; }>; export declare const singleContactRequestSchema: z.ZodObject<{ contact: z.ZodOptional; address_line_2: z.ZodOptional; alternate_emails: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; custom_fields: z.ZodOptional; custom_field_name2: z.ZodOptional; }, "strip", z.ZodTypeAny, { custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }, { custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }>>; first_name: z.ZodOptional; last_name: z.ZodOptional; postal_code: z.ZodOptional; primary_email: z.ZodOptional; state_province_region: z.ZodOptional; }, "strip", z.ZodTypeAny, { address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: { custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; primary_email?: string | undefined; }, { address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: { custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; primary_email?: string | undefined; }>>; list_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { list_ids?: string[] | undefined; contact?: { address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: { custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; primary_email?: string | undefined; } | undefined; }, { list_ids?: string[] | undefined; contact?: { address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: { custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; primary_email?: string | undefined; } | undefined; }>; export declare const singlesendRequestSchema: z.ZodObject<{ categories: z.ZodOptional>; email_config: z.ZodOptional>; design_id: z.ZodOptional; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; ip_pool: z.ZodNullable>; plain_content: z.ZodOptional; sender_id: z.ZodNullable>; subject: z.ZodOptional; suppression_group_id: z.ZodNullable>; }, "strip", z.ZodTypeAny, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }>>; name: z.ZodString; send_at: z.ZodOptional; send_to: z.ZodOptional; list_ids: z.ZodOptional>; segment_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }>; export declare const singlesendResponseSchema: z.ZodIntersection>; email_config: z.ZodOptional>; design_id: z.ZodOptional; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; ip_pool: z.ZodNullable>; plain_content: z.ZodOptional; sender_id: z.ZodNullable>; subject: z.ZodOptional; suppression_group_id: z.ZodNullable>; }, "strip", z.ZodTypeAny, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }>>; name: z.ZodString; send_at: z.ZodOptional; send_to: z.ZodOptional; list_ids: z.ZodOptional>; segment_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }>, z.ZodObject<{ created_at: z.ZodString; id: z.ZodString; status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>; updated_at: z.ZodOptional; warnings: z.ZodOptional; message: z.ZodOptional; warning_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { status: "draft" | "scheduled" | "triggered"; id: string; created_at: string; updated_at?: string | undefined; warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }, { status: "draft" | "scheduled" | "triggered"; id: string; created_at: string; updated_at?: string | undefined; warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }>>; export declare const status4Schema: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>; export declare const singlesendResponseShortSchema: z.ZodObject<{ abtest: z.ZodNullable; test_percentage: z.ZodNumber; type: z.ZodUnion<[z.ZodLiteral<"subject">, z.ZodLiteral<"content">]>; winner_criteria: z.ZodUnion<[z.ZodLiteral<"open">, z.ZodLiteral<"click">, z.ZodLiteral<"manual">]>; winner_selected_at: z.ZodNullable; winning_template_id: z.ZodString; }, "strip", z.ZodTypeAny, { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; }, { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; }>>; categories: z.ZodArray; created_at: z.ZodString; id: z.ZodString; is_abtest: z.ZodBoolean; name: z.ZodString; send_at: z.ZodOptional; status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { status: "draft" | "scheduled" | "triggered"; name: string; id: string; categories: string[]; created_at: string; updated_at: string; abtest: { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; } | null; is_abtest: boolean; send_at?: string | undefined; }, { status: "draft" | "scheduled" | "triggered"; name: string; id: string; categories: string[]; created_at: string; updated_at: string; abtest: { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; } | null; is_abtest: boolean; send_at?: string | undefined; }>; export declare const singlesendScheduleSchema: z.ZodObject<{ send_at: z.ZodString; status: z.ZodOptional, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>>; }, "strip", z.ZodTypeAny, { send_at: string; status?: "draft" | "scheduled" | "triggered" | undefined; }, { send_at: string; status?: "draft" | "scheduled" | "triggered" | undefined; }>; export declare const singlesendSearchSchema: z.ZodObject<{ categories: z.ZodOptional>; name: z.ZodOptional; status: z.ZodOptional, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>, "many">>; }, "strip", z.ZodTypeAny, { status?: ("draft" | "scheduled" | "triggered")[] | undefined; name?: string | undefined; categories?: string[] | undefined; }, { status?: ("draft" | "scheduled" | "triggered")[] | undefined; name?: string | undefined; categories?: string[] | undefined; }>; export declare const singlesendWarningSchema: z.ZodObject<{ warnings: z.ZodOptional; message: z.ZodOptional; warning_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }, { warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }>; export declare const singlesendsLinkStatsResponseSchema: z.ZodObject<{ _metadata: z.ZodObject<{ count: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>; results: z.ZodArray, z.ZodLiteral<"test">, z.ZodLiteral<"all">]>; ab_variation: z.ZodString; clicks: z.ZodNumber; url: z.ZodString; url_location: z.ZodOptional; }, "strip", z.ZodTypeAny, { clicks: number; url: string; ab_variation: string; ab_phase: "test" | "send" | "all"; url_location?: number | undefined; }, { clicks: number; url: string; ab_variation: string; ab_phase: "test" | "send" | "all"; url_location?: number | undefined; }>, "many">; total_clicks: z.ZodOptional; }, "strip", z.ZodTypeAny, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { clicks: number; url: string; ab_variation: string; ab_phase: "test" | "send" | "all"; url_location?: number | undefined; }[]; total_clicks?: number | undefined; }, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { clicks: number; url: string; ab_variation: string; ab_phase: "test" | "send" | "all"; url_location?: number | undefined; }[]; total_clicks?: number | undefined; }>; export declare const singlesendsResponseSchema: z.ZodObject<{ _metadata: z.ZodObject<{ count: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>; results: z.ZodArray, z.ZodLiteral<"test">, z.ZodLiteral<"all">]>; ab_variation: z.ZodString; aggregation: z.ZodOptional; id: z.ZodString; stats: z.ZodOptional>; }, "strip", z.ZodTypeAny, { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }, { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }[]; }, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }[]; }>; export declare const spamReportsResponseSchema: z.ZodArray, "many">; export declare const ssoCertificateBodySchema: z.ZodObject<{ id: z.ZodOptional; intergration_id: z.ZodOptional; not_after: z.ZodOptional; not_before: z.ZodOptional; public_certificate: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; intergration_id?: string | undefined; not_after?: number | undefined; not_before?: number | undefined; public_certificate?: string | undefined; }, { id?: number | undefined; intergration_id?: string | undefined; not_after?: number | undefined; not_before?: number | undefined; public_certificate?: string | undefined; }>; export declare const ssoErrorResponseSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const ssoIntegrationSchema: z.ZodIntersection; enabled: z.ZodBoolean; entity_id: z.ZodString; name: z.ZodString; signin_url: z.ZodString; signout_url: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }>, z.ZodObject<{ audience_url: z.ZodOptional; id: z.ZodOptional; last_updated: z.ZodNumber; single_signon_url: z.ZodOptional; }, "strip", z.ZodTypeAny, { last_updated: number; id?: string | undefined; audience_url?: string | undefined; single_signon_url?: string | undefined; }, { last_updated: number; id?: string | undefined; audience_url?: string | undefined; single_signon_url?: string | undefined; }>>; export declare const ssoTeammateCommonFieldsSchema: z.ZodObject<{ email: z.ZodString; first_name: z.ZodString; is_admin: z.ZodOptional; is_read_only: z.ZodOptional; last_name: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }>; export declare const ssoTeammateRequestSchema: z.ZodIntersection; is_read_only: z.ZodOptional; last_name: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }>, z.ZodObject<{ scopes: z.ZodArray; }, "strip", z.ZodTypeAny, { scopes: string[]; }, { scopes: string[]; }>>; export declare const ssoTeammateResponseSchema: z.ZodIntersection; is_read_only: z.ZodOptional; last_name: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }>, z.ZodObject<{ is_sso: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; is_sso?: boolean | undefined; }, { username?: string | undefined; is_sso?: boolean | undefined; }>>; export declare const ssoTeammatesPatchResponseSchema: z.ZodIntersection; is_read_only: z.ZodOptional; last_name: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }>, z.ZodObject<{ is_sso: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; is_sso?: boolean | undefined; }, { username?: string | undefined; is_sso?: boolean | undefined; }>>, z.ZodObject<{ address: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; company: z.ZodOptional; country: z.ZodOptional; email: z.ZodOptional; phone: z.ZodOptional; scopes: z.ZodOptional>; state: z.ZodOptional; user_type: z.ZodOptional, z.ZodLiteral<"owner">, z.ZodLiteral<"teammate">]>>; website: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes?: string[] | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }, { scopes?: string[] | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }>>; export declare const userTypeSchema: z.ZodUnion<[z.ZodLiteral<"admin">, z.ZodLiteral<"owner">, z.ZodLiteral<"teammate">]>; export declare const statsAdvancedGlobalStatsSchema: z.ZodIntersection; unique_clicks: z.ZodOptional; }, "strip", z.ZodTypeAny, { clicks?: number | undefined; unique_clicks?: number | undefined; }, { clicks?: number | undefined; unique_clicks?: number | undefined; }>, z.ZodObject<{ opens: z.ZodOptional; unique_opens: z.ZodOptional; }, "strip", z.ZodTypeAny, { opens?: number | undefined; unique_opens?: number | undefined; }, { opens?: number | undefined; unique_opens?: number | undefined; }>>, z.ZodObject<{ blocks: z.ZodOptional; bounce_drops: z.ZodOptional; bounces: z.ZodOptional; deferred: z.ZodOptional; delivered: z.ZodOptional; invalid_emails: z.ZodOptional; processed: z.ZodOptional; requests: z.ZodOptional; spam_report_drops: z.ZodOptional; spam_reports: z.ZodOptional; unsubscribe_drops: z.ZodOptional; unsubscribes: z.ZodOptional; }, "strip", z.ZodTypeAny, { processed?: number | undefined; delivered?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }, { processed?: number | undefined; delivered?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }>>; export declare const statsAdvancedStatsBaseSchemaSchema: z.ZodArray; stats: z.ZodOptional>; }, "strip", z.ZodTypeAny, { metrics?: Record | undefined; }, { metrics?: Record | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date?: string | undefined; stats?: { metrics?: Record | undefined; }[] | undefined; }, { date?: string | undefined; stats?: { metrics?: Record | undefined; }[] | undefined; }>, "many">; export declare const subscriptionTrackingSettingsSchema: z.ZodObject<{ enabled: z.ZodOptional; html_content: z.ZodOptional; landing: z.ZodOptional; plain_content: z.ZodOptional; replace: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; url?: string | undefined; landing?: string | undefined; replace?: string | undefined; }, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; url?: string | undefined; landing?: string | undefined; replace?: string | undefined; }>; export declare const subuserSchema: z.ZodObject<{ disabled: z.ZodBoolean; email: z.ZodString; id: z.ZodNumber; username: z.ZodString; }, "strip", z.ZodTypeAny, { id: number; username: string; email: string; disabled: boolean; }, { id: number; username: string; email: string; disabled: boolean; }>; export declare const subuserPostSchema: z.ZodObject<{ authorization_token: z.ZodOptional; credit_allocation: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; }, { type?: string | undefined; }>>; email: z.ZodString; signup_session_token: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; }, "strip", z.ZodTypeAny, { user_id: number; username: string; email: string; authorization_token?: string | undefined; credit_allocation?: { type?: string | undefined; } | undefined; signup_session_token?: string | undefined; }, { user_id: number; username: string; email: string; authorization_token?: string | undefined; credit_allocation?: { type?: string | undefined; } | undefined; signup_session_token?: string | undefined; }>; export declare const subuserStatsSchema: z.ZodObject<{ date: z.ZodOptional; stats: z.ZodOptional; last_name: z.ZodOptional; metrics: z.ZodOptional; bounce_drops: z.ZodOptional; bounces: z.ZodOptional; clicks: z.ZodOptional; deferred: z.ZodOptional; delivered: z.ZodOptional; invalid_emails: z.ZodOptional; opens: z.ZodOptional; processed: z.ZodOptional; requests: z.ZodOptional; spam_report_drops: z.ZodOptional; spam_reports: z.ZodOptional; unique_clicks: z.ZodOptional; unique_opens: z.ZodOptional; unsubscribe_drops: z.ZodOptional; unsubscribes: z.ZodOptional; }, "strip", z.ZodTypeAny, { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }, { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }>>; name: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }, { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }[] | undefined; }, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }[] | undefined; }>; export declare const suppressionGroupSchema: z.ZodObject<{ description: z.ZodString; id: z.ZodNumber; is_default: z.ZodOptional; last_email_sent_at: z.ZodOptional; name: z.ZodString; unsubscribes: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; id: number; description: string; unsubscribes?: number | undefined; is_default?: boolean | undefined; last_email_sent_at?: unknown; }, { name: string; id: number; description: string; unsubscribes?: number | undefined; is_default?: boolean | undefined; last_email_sent_at?: unknown; }>; export declare const suppressionGroupRequestBaseSchema: z.ZodObject<{ description: z.ZodOptional; is_default: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; }, { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; }>; export declare const suppressionsRequestSchema: z.ZodObject<{ recipient_emails: z.ZodArray; }, "strip", z.ZodTypeAny, { recipient_emails: string[]; }, { recipient_emails: string[]; }>; export declare const tNESenderIDSchema: z.ZodIntersection; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>, z.ZodObject<{ address: z.ZodString; address_2: z.ZodOptional; city: z.ZodString; country: z.ZodString; from: z.ZodObject<{ email: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; email: string; }, { name: string; email: string; }>; nickname: z.ZodString; reply_to: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city: string; country: string; address: string; from: { name: string; email: string; }; nickname: string; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; }, { city: string; country: string; address: string; from: { name: string; email: string; }; nickname: string; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; }>>, z.ZodObject<{ created_at: z.ZodOptional; locked: z.ZodOptional; updated_at: z.ZodOptional; verified: z.ZodOptional>; status: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: boolean | undefined; reason?: string | null | undefined; }, { status?: boolean | undefined; reason?: string | null | undefined; }>>; }, "strip", z.ZodTypeAny, { created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: { status?: boolean | undefined; reason?: string | null | undefined; } | undefined; }, { created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: { status?: boolean | undefined; reason?: string | null | undefined; } | undefined; }>>; export declare const toEmailArraySchema: z.ZodArray; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>, "many">; export declare const transactionalTemplateWarningSchema: z.ZodObject<{ message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>; export declare const transactionalTemplateVersionCreateSchema: z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; name: z.ZodString; plain_content: z.ZodOptional; subject: z.ZodString; test_data: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }>; export declare const activeSchema: z.ZodUnion<[z.ZodLiteral<0>, z.ZodLiteral<1>]>; export declare const transactionalTemplatesVersionOutputLeanSchema: z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>; export declare const transactionalTemplatesTemplateLeanSchema: z.ZodObject<{ generation: z.ZodUnion<[z.ZodLiteral<"legacy">, z.ZodLiteral<"dynamic">]>; id: z.ZodString; name: z.ZodString; 'updated_at ': z.ZodString; versions: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }>; export declare const generationSchema: z.ZodUnion<[z.ZodLiteral<"legacy">, z.ZodLiteral<"dynamic">]>; export declare const userProfileSchema: z.ZodObject<{ address: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; company: z.ZodOptional; country: z.ZodOptional; first_name: z.ZodOptional; last_name: z.ZodOptional; phone: z.ZodOptional; state: z.ZodOptional; website: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; website?: string | undefined; }, { city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; website?: string | undefined; }>; export declare const userScheduledSendStatusSchema: z.ZodIntersection, z.ZodObject<{ status: z.ZodUnion<[z.ZodLiteral<"cancel">, z.ZodLiteral<"pause">]>; }, "strip", z.ZodTypeAny, { status: "cancel" | "pause"; }, { status: "cancel" | "pause"; }>>; export declare const status5Schema: z.ZodUnion<[z.ZodLiteral<"cancel">, z.ZodLiteral<"pause">]>; export declare const verifiedSenderRequestSchemaSchema: z.ZodObject<{ address: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from_email: z.ZodString; from_name: z.ZodOptional; nickname: z.ZodString; reply_to: z.ZodString; reply_to_name: z.ZodOptional; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { from_email: string; nickname: string; reply_to: string; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }, { from_email: string; nickname: string; reply_to: string; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }>; export declare const verifiedSenderResponseSchemaSchema: z.ZodObject<{ address: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from_email: z.ZodOptional; from_name: z.ZodOptional; id: z.ZodOptional; locked: z.ZodOptional; nickname: z.ZodOptional; reply_to: z.ZodOptional; reply_to_name: z.ZodOptional; state: z.ZodOptional; verified: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { from_email?: string | undefined; id?: number | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; nickname?: string | undefined; reply_to?: string | undefined; locked?: boolean | undefined; verified?: boolean | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }, { from_email?: string | undefined; id?: number | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; nickname?: string | undefined; reply_to?: string | undefined; locked?: boolean | undefined; verified?: boolean | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }>; export declare const webhookSchema: z.ZodObject<{ nonce: z.ZodString; url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; nonce: string; }, { url: string; nonce: string; }>; export declare const webhooksEventWebhookRequestSchema: z.ZodObject<{ bounce: z.ZodBoolean; click: z.ZodBoolean; deferred: z.ZodBoolean; delivered: z.ZodBoolean; dropped: z.ZodBoolean; enabled: z.ZodBoolean; group_resubscribe: z.ZodBoolean; group_unsubscribe: z.ZodBoolean; oauth_client_id: z.ZodOptional; oauth_token_url: z.ZodOptional; open: z.ZodBoolean; processed: z.ZodBoolean; spam_report: z.ZodBoolean; unsubscribe: z.ZodBoolean; url: z.ZodString; }, "strip", z.ZodTypeAny, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; }, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; }>; export declare const getAccessSettingsActivityDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; }, { limit?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; } | undefined; }>; export declare const getAccessSettingsActivityResponseSchema: z.ZodObject<{ result: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { result: { ip: string; allowed: boolean; auth_method: string; first_at: number; last_at: number; location: string; }[]; }, { result: { ip: string; allowed: boolean; auth_method: string; first_at: number; last_at: number; location: string; }[]; }>; export declare const getAccessSettingsActivityErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const deleteAccessSettingsWhitelistDataSchema: z.ZodObject<{ body: z.ZodOptional>; }, "strip", z.ZodTypeAny, { ids?: number[] | undefined; }, { ids?: number[] | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { ids?: number[] | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { ids?: number[] | undefined; } | undefined; }>; export declare const deleteAccessSettingsWhitelistResponseSchema: z.ZodRecord; export declare const deleteAccessSettingsWhitelistErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getAccessSettingsWhitelistDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getAccessSettingsWhitelistResponseSchema: z.ZodObject<{ result: z.ZodOptional; id: z.ZodOptional; ip: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { result?: { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }[] | undefined; }, { result?: { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }[] | undefined; }>; export declare const getAccessSettingsWhitelistErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postAccessSettingsWhitelistDataSchema: z.ZodObject<{ body: z.ZodOptional, "many">; }, "strip", z.ZodTypeAny, { ips: { ip: string; }[]; }, { ips: { ip: string; }[]; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { ips: { ip: string; }[]; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { ips: { ip: string; }[]; } | undefined; }>; export declare const postAccessSettingsWhitelistResponseSchema: z.ZodObject<{ result: z.ZodOptional; id: z.ZodOptional; ip: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { result?: { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }[] | undefined; }, { result?: { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }[] | undefined; }>; export declare const postAccessSettingsWhitelistErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const deleteAccessSettingsWhitelistRuleIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ rule_id: z.ZodString; }, "strip", z.ZodTypeAny, { rule_id: string; }, { rule_id: string; }>; }, "strip", z.ZodTypeAny, { path: { rule_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { rule_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteAccessSettingsWhitelistRuleIdResponseSchema: z.ZodRecord; export declare const deleteAccessSettingsWhitelistRuleIdErrorSchema: z.ZodUnknown; export declare const getAccessSettingsWhitelistRuleIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ rule_id: z.ZodString; }, "strip", z.ZodTypeAny, { rule_id: string; }, { rule_id: string; }>; }, "strip", z.ZodTypeAny, { path: { rule_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { rule_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getAccessSettingsWhitelistRuleIdResponseSchema: z.ZodObject<{ result: z.ZodOptional; id: z.ZodOptional; ip: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { result?: { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }[] | undefined; }, { result?: { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; ip?: string | undefined; }[] | undefined; }>; export declare const getAccessSettingsWhitelistRuleIdErrorSchema: z.ZodUnknown; export declare const getAlertsDataSchema: z.ZodObject<{ headers: z.ZodOptional; 'on-behalf-of': z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; }, { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; } | undefined; }>; export declare const getAlertsResponseSchema: z.ZodArray; id: z.ZodNumber; percentage: z.ZodOptional; type: z.ZodUnion<[z.ZodLiteral<"usage_limit">, z.ZodLiteral<"stats_notification">]>; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { type: "usage_limit" | "stats_notification"; id: number; created_at: number; email_to: string; updated_at?: number | undefined; frequency?: string | undefined; percentage?: number | undefined; }, { type: "usage_limit" | "stats_notification"; id: number; created_at: number; email_to: string; updated_at?: number | undefined; frequency?: string | undefined; percentage?: number | undefined; }>, "many">; export declare const getAlertsErrorSchema: z.ZodUnknown; export declare const postAlertsDataSchema: z.ZodObject<{ body: z.ZodOptional; frequency: z.ZodOptional; percentage: z.ZodOptional; type: z.ZodUnion<[z.ZodLiteral<"stats_notification">, z.ZodLiteral<"usage_limit">]>; }, "strip", z.ZodTypeAny, { type: "usage_limit" | "stats_notification"; email_to: string | null; frequency?: string | undefined; percentage?: number | undefined; }, { type: "usage_limit" | "stats_notification"; email_to: string | null; frequency?: string | undefined; percentage?: number | undefined; }>>; headers: z.ZodOptional; 'on-behalf-of': z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; }, { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; } | undefined; body?: { type: "usage_limit" | "stats_notification"; email_to: string | null; frequency?: string | undefined; percentage?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; } | undefined; body?: { type: "usage_limit" | "stats_notification"; email_to: string | null; frequency?: string | undefined; percentage?: number | undefined; } | undefined; }>; export declare const postAlertsResponseSchema: z.ZodObject<{ created_at: z.ZodNumber; email_to: z.ZodString; frequency: z.ZodOptional; id: z.ZodNumber; percentage: z.ZodOptional; type: z.ZodString; updated_at: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: string; id: number; created_at: number; updated_at: number; email_to: string; frequency?: string | undefined; percentage?: number | undefined; }, { type: string; id: number; created_at: number; updated_at: number; email_to: string; frequency?: string | undefined; percentage?: number | undefined; }>; export declare const postAlertsErrorSchema: z.ZodObject<{ field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>; export declare const deleteAlertsAlertIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ alert_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { alert_id: number; }, { alert_id: number; }>; }, "strip", z.ZodTypeAny, { path: { alert_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { alert_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteAlertsAlertIdResponseSchema: z.ZodRecord; export declare const deleteAlertsAlertIdErrorSchema: z.ZodUnknown; export declare const getAlertsAlertIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; 'on-behalf-of': z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; }, { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; }>>; path: z.ZodObject<{ alert_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { alert_id: number; }, { alert_id: number; }>; }, "strip", z.ZodTypeAny, { path: { alert_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; } | undefined; }, { path: { alert_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; Authorization?: string | undefined; } | undefined; }>; export declare const getAlertsAlertIdResponseSchema: z.ZodObject<{ created_at: z.ZodNumber; email_to: z.ZodString; frequency: z.ZodOptional; id: z.ZodNumber; percentage: z.ZodOptional; type: z.ZodUnion<[z.ZodLiteral<"usage_alert">, z.ZodLiteral<"stats_notification">]>; updated_at: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "stats_notification" | "usage_alert"; id: number; created_at: number; updated_at: number; email_to: string; frequency?: string | undefined; percentage?: number | undefined; }, { type: "stats_notification" | "usage_alert"; id: number; created_at: number; updated_at: number; email_to: string; frequency?: string | undefined; percentage?: number | undefined; }>; export declare const getAlertsAlertIdErrorSchema: z.ZodUnknown; export declare const patchAlertsAlertIdDataSchema: z.ZodObject<{ body: z.ZodOptional; frequency: z.ZodOptional; percentage: z.ZodOptional; }, "strip", z.ZodTypeAny, { frequency?: string | undefined; email_to?: string | undefined; percentage?: number | undefined; }, { frequency?: string | undefined; email_to?: string | undefined; percentage?: number | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ alert_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { alert_id: number; }, { alert_id: number; }>; }, "strip", z.ZodTypeAny, { path: { alert_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { frequency?: string | undefined; email_to?: string | undefined; percentage?: number | undefined; } | undefined; }, { path: { alert_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { frequency?: string | undefined; email_to?: string | undefined; percentage?: number | undefined; } | undefined; }>; export declare const patchAlertsAlertIdResponseSchema: z.ZodObject<{ created_at: z.ZodNumber; email_to: z.ZodString; frequency: z.ZodOptional; id: z.ZodNumber; percentage: z.ZodOptional; type: z.ZodUnion<[z.ZodLiteral<"usage_alert">, z.ZodLiteral<"stats_notification">]>; updated_at: z.ZodNumber; }, "strip", z.ZodTypeAny, { type: "stats_notification" | "usage_alert"; id: number; created_at: number; updated_at: number; email_to: string; frequency?: string | undefined; percentage?: number | undefined; }, { type: "stats_notification" | "usage_alert"; id: number; created_at: number; updated_at: number; email_to: string; frequency?: string | undefined; percentage?: number | undefined; }>; export declare const patchAlertsAlertIdErrorSchema: z.ZodUnknown; export declare const getApiKeysDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; }, { limit?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; } | undefined; }>; export declare const getApiKeysResponseSchema: z.ZodObject<{ result: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { api_key_id?: string | undefined; name?: string | undefined; }, { api_key_id?: string | undefined; name?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { result?: { api_key_id?: string | undefined; name?: string | undefined; }[] | undefined; }, { result?: { api_key_id?: string | undefined; name?: string | undefined; }[] | undefined; }>; export declare const getApiKeysErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const createApiKeysDataSchema: z.ZodObject<{ body: z.ZodOptional>; }, "strip", z.ZodTypeAny, { name: string; scopes?: string[] | undefined; }, { name: string; scopes?: string[] | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; scopes?: string[] | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; scopes?: string[] | undefined; } | undefined; }>; export declare const createApiKeysResponseSchema: z.ZodObject<{ api_key: z.ZodOptional; api_key_id: z.ZodOptional; name: z.ZodOptional; scopes: z.ZodOptional>; }, "strip", z.ZodTypeAny, { api_key_id?: string | undefined; name?: string | undefined; scopes?: string[] | undefined; api_key?: string | undefined; }, { api_key_id?: string | undefined; name?: string | undefined; scopes?: string[] | undefined; api_key?: string | undefined; }>; export declare const createApiKeysErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const deleteApiKeysApiKeyIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ api_key_id: z.ZodString; }, "strip", z.ZodTypeAny, { api_key_id: string; }, { api_key_id: string; }>; }, "strip", z.ZodTypeAny, { path: { api_key_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { api_key_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteApiKeysApiKeyIdResponseSchema: z.ZodVoid; export declare const deleteApiKeysApiKeyIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getApiKeysApiKeyIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ api_key_id: z.ZodString; }, "strip", z.ZodTypeAny, { api_key_id: string; }, { api_key_id: string; }>; }, "strip", z.ZodTypeAny, { path: { api_key_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { api_key_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getApiKeysApiKeyIdResponseSchema: z.ZodObject<{ result: z.ZodOptional>; }, "strip", z.ZodTypeAny, { scopes?: string[] | undefined; }, { scopes?: string[] | undefined; }>, z.ZodObject<{ api_key_id: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { api_key_id?: string | undefined; name?: string | undefined; }, { api_key_id?: string | undefined; name?: string | undefined; }>>, "many">>; }, "strip", z.ZodTypeAny, { result?: ({ scopes?: string[] | undefined; } & { api_key_id?: string | undefined; name?: string | undefined; })[] | undefined; }, { result?: ({ scopes?: string[] | undefined; } & { api_key_id?: string | undefined; name?: string | undefined; })[] | undefined; }>; export declare const getApiKeysApiKeyIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const patchApiKeysApiKeyIdDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ api_key_id: z.ZodString; }, "strip", z.ZodTypeAny, { api_key_id: string; }, { api_key_id: string; }>; }, "strip", z.ZodTypeAny, { path: { api_key_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; } | undefined; }, { path: { api_key_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; } | undefined; }>; export declare const patchApiKeysApiKeyIdResponseSchema: z.ZodObject<{ api_key_id: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { api_key_id?: string | undefined; name?: string | undefined; }, { api_key_id?: string | undefined; name?: string | undefined; }>; export declare const patchApiKeysApiKeyIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const putApiKeysApiKeyIdDataSchema: z.ZodObject<{ body: z.ZodOptional>; }, "strip", z.ZodTypeAny, { name: string; scopes?: string[] | undefined; }, { name: string; scopes?: string[] | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ api_key_id: z.ZodString; }, "strip", z.ZodTypeAny, { api_key_id: string; }, { api_key_id: string; }>; }, "strip", z.ZodTypeAny, { path: { api_key_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; scopes?: string[] | undefined; } | undefined; }, { path: { api_key_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; scopes?: string[] | undefined; } | undefined; }>; export declare const putApiKeysApiKeyIdResponseSchema: z.ZodIntersection>; }, "strip", z.ZodTypeAny, { scopes?: string[] | undefined; }, { scopes?: string[] | undefined; }>, z.ZodObject<{ api_key_id: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { api_key_id?: string | undefined; name?: string | undefined; }, { api_key_id?: string | undefined; name?: string | undefined; }>>; export declare const putApiKeysApiKeyIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getAsmGroupsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { id?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { id?: number | undefined; } | undefined; }>; export declare const getAsmGroupsResponseSchema: z.ZodArray; last_email_sent_at: z.ZodOptional; name: z.ZodString; unsubscribes: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; id: number; description: string; unsubscribes?: number | undefined; is_default?: boolean | undefined; last_email_sent_at?: unknown; }, { name: string; id: number; description: string; unsubscribes?: number | undefined; is_default?: boolean | undefined; last_email_sent_at?: unknown; }>, "many">; export declare const getAsmGroupsErrorSchema: z.ZodUnknown; export declare const postAsmGroupsDataSchema: z.ZodObject<{ body: z.ZodOptional; is_default: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; }, { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; } | undefined; }>; export declare const postAsmGroupsResponseSchema: z.ZodObject<{ description: z.ZodString; id: z.ZodNumber; is_default: z.ZodBoolean; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; id: number; description: string; is_default: boolean; }, { name: string; id: number; description: string; is_default: boolean; }>; export declare const postAsmGroupsErrorSchema: z.ZodUnknown; export declare const deleteAsmGroupsGroupIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ group_id: z.ZodString; }, "strip", z.ZodTypeAny, { group_id: string; }, { group_id: string; }>; }, "strip", z.ZodTypeAny, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteAsmGroupsGroupIdResponseSchema: z.ZodRecord; export declare const deleteAsmGroupsGroupIdErrorSchema: z.ZodUnknown; export declare const getAsmGroupsGroupIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ group_id: z.ZodString; }, "strip", z.ZodTypeAny, { group_id: string; }, { group_id: string; }>; }, "strip", z.ZodTypeAny, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getAsmGroupsGroupIdResponseSchema: z.ZodIntersection; is_default: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; }, { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; }>, z.ZodObject<{ id: z.ZodNumber; last_email_sent_at: z.ZodNullable>; unsubscribes: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: number; unsubscribes?: number | undefined; last_email_sent_at?: string | null | undefined; }, { id: number; unsubscribes?: number | undefined; last_email_sent_at?: string | null | undefined; }>>; export declare const getAsmGroupsGroupIdErrorSchema: z.ZodUnknown; export declare const patchAsmGroupsGroupIdDataSchema: z.ZodObject<{ body: z.ZodOptional; is_default: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; }, { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ group_id: z.ZodString; }, "strip", z.ZodTypeAny, { group_id: string; }, { group_id: string; }>; }, "strip", z.ZodTypeAny, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; } | undefined; }, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name?: string | undefined; description?: string | undefined; is_default?: boolean | undefined; } | undefined; }>; export declare const patchAsmGroupsGroupIdResponseSchema: z.ZodObject<{ description: z.ZodString; id: z.ZodNumber; is_default: z.ZodOptional; last_email_sent_at: z.ZodOptional; name: z.ZodString; unsubscribes: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; id: number; description: string; unsubscribes?: number | undefined; is_default?: boolean | undefined; last_email_sent_at?: unknown; }, { name: string; id: number; description: string; unsubscribes?: number | undefined; is_default?: boolean | undefined; last_email_sent_at?: unknown; }>; export declare const patchAsmGroupsGroupIdErrorSchema: z.ZodUnknown; export declare const getAsmGroupsGroupIdSuppressionsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ group_id: z.ZodString; }, "strip", z.ZodTypeAny, { group_id: string; }, { group_id: string; }>; }, "strip", z.ZodTypeAny, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getAsmGroupsGroupIdSuppressionsResponseSchema: z.ZodArray; export declare const getAsmGroupsGroupIdSuppressionsErrorSchema: z.ZodUnknown; export declare const postAsmGroupsGroupIdSuppressionsDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { recipient_emails: string[]; }, { recipient_emails: string[]; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ group_id: z.ZodString; }, "strip", z.ZodTypeAny, { group_id: string; }, { group_id: string; }>; }, "strip", z.ZodTypeAny, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { recipient_emails: string[]; } | undefined; }, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { recipient_emails: string[]; } | undefined; }>; export declare const postAsmGroupsGroupIdSuppressionsResponseSchema: z.ZodObject<{ recipient_emails: z.ZodOptional>; }, "strip", z.ZodTypeAny, { recipient_emails?: string[] | undefined; }, { recipient_emails?: string[] | undefined; }>; export declare const postAsmGroupsGroupIdSuppressionsErrorSchema: z.ZodUnknown; export declare const postAsmGroupsGroupIdSuppressionsSearchDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { recipient_emails: string[]; }, { recipient_emails: string[]; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ group_id: z.ZodString; }, "strip", z.ZodTypeAny, { group_id: string; }, { group_id: string; }>; }, "strip", z.ZodTypeAny, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { recipient_emails: string[]; } | undefined; }, { path: { group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { recipient_emails: string[]; } | undefined; }>; export declare const postAsmGroupsGroupIdSuppressionsSearchResponseSchema: z.ZodArray; export declare const postAsmGroupsGroupIdSuppressionsSearchErrorSchema: z.ZodUnknown; export declare const deleteAsmGroupsGroupIdSuppressionsEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; group_id: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; group_id: string; }, { email: string; group_id: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { email: string; group_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteAsmGroupsGroupIdSuppressionsEmailResponseSchema: z.ZodUnknown; export declare const deleteAsmGroupsGroupIdSuppressionsEmailErrorSchema: z.ZodUnknown; export declare const getAsmSuppressionsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getAsmSuppressionsResponseSchema: z.ZodArray, "many">; export declare const getAsmSuppressionsErrorSchema: z.ZodUnknown; export declare const postAsmSuppressionsGlobalDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { recipient_emails: string[]; }, { recipient_emails: string[]; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { recipient_emails: string[]; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { recipient_emails: string[]; } | undefined; }>; export declare const postAsmSuppressionsGlobalResponseSchema: z.ZodObject<{ recipient_emails: z.ZodArray; }, "strip", z.ZodTypeAny, { recipient_emails: string[]; }, { recipient_emails: string[]; }>; export declare const postAsmSuppressionsGlobalErrorSchema: z.ZodUnknown; export declare const deleteAsmSuppressionsGlobalEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteAsmSuppressionsGlobalEmailResponseSchema: z.ZodRecord; export declare const deleteAsmSuppressionsGlobalEmailErrorSchema: z.ZodUnknown; export declare const getAsmSuppressionsGlobalEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getAsmSuppressionsGlobalEmailResponseSchema: z.ZodObject<{ recipient_email: z.ZodString; }, "strip", z.ZodTypeAny, { recipient_email: string; }, { recipient_email: string; }>; export declare const getAsmSuppressionsGlobalEmailErrorSchema: z.ZodUnknown; export declare const getAsmSuppressionsEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getAsmSuppressionsEmailResponseSchema: z.ZodObject<{ suppressions: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { suppressions: { name: string; id: number; description: string; is_default: boolean; suppressed: boolean; }[]; }, { suppressions: { name: string; id: number; description: string; is_default: boolean; suppressed: boolean; }[]; }>; export declare const getAsmSuppressionsEmailErrorSchema: z.ZodUnknown; export declare const getBrowsersStatsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodObject<{ aggregated_by: z.ZodOptional, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>>; browsers: z.ZodOptional; end_date: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; start_date: z.ZodString; }, "strip", z.ZodTypeAny, { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; browsers?: string | undefined; end_date?: string | undefined; offset?: number | undefined; }, { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; browsers?: string | undefined; end_date?: string | undefined; offset?: number | undefined; }>; }, "strip", z.ZodTypeAny, { query: { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; browsers?: string | undefined; end_date?: string | undefined; offset?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { query: { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; browsers?: string | undefined; end_date?: string | undefined; offset?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getBrowsersStatsResponseSchema: z.ZodArray; stats: z.ZodOptional; unique_clicks: z.ZodOptional; }, "strip", z.ZodTypeAny, { clicks?: number | undefined; unique_clicks?: number | undefined; }, { clicks?: number | undefined; unique_clicks?: number | undefined; }>>; name: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; metrics?: { clicks?: number | undefined; unique_clicks?: number | undefined; } | undefined; }, { type?: string | undefined; name?: string | undefined; metrics?: { clicks?: number | undefined; unique_clicks?: number | undefined; } | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { clicks?: number | undefined; unique_clicks?: number | undefined; } | undefined; }[] | undefined; }, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { clicks?: number | undefined; unique_clicks?: number | undefined; } | undefined; }[] | undefined; }>, "many">; export declare const getBrowsersStatsErrorSchema: z.ZodUnknown; export declare const getCampaignsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; offset: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; offset?: number | undefined; }, { limit?: number | undefined; offset?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; } | undefined; }>; export declare const getCampaignsResponseSchema: z.ZodObject<{ result: z.ZodOptional>>; custom_unsubscribe_url: z.ZodNullable>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; html_content: z.ZodNullable>; ip_pool: z.ZodNullable>; list_ids: z.ZodNullable>>; plain_content: z.ZodNullable>; segment_ids: z.ZodNullable>>; sender_id: z.ZodNullable>; subject: z.ZodNullable>; suppression_group_id: z.ZodNullable>; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }>, z.ZodObject<{ id: z.ZodOptional; status: z.ZodString; }, "strip", z.ZodTypeAny, { status: string; id?: number | undefined; }, { status: string; id?: number | undefined; }>>, "many">>; }, "strip", z.ZodTypeAny, { result?: ({ title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; } & { status: string; id?: number | undefined; })[] | undefined; }, { result?: ({ title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; } & { status: string; id?: number | undefined; })[] | undefined; }>; export declare const getCampaignsErrorSchema: z.ZodUnknown; export declare const postCampaignsDataSchema: z.ZodObject<{ body: z.ZodOptional>>; custom_unsubscribe_url: z.ZodNullable>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; html_content: z.ZodNullable>; ip_pool: z.ZodNullable>; list_ids: z.ZodNullable>>; plain_content: z.ZodNullable>; segment_ids: z.ZodNullable>>; sender_id: z.ZodNullable>; subject: z.ZodNullable>; suppression_group_id: z.ZodNullable>; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; } | undefined; }>; export declare const postCampaignsResponseSchema: z.ZodIntersection>>; custom_unsubscribe_url: z.ZodNullable>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; html_content: z.ZodNullable>; ip_pool: z.ZodNullable>; list_ids: z.ZodNullable>>; plain_content: z.ZodNullable>; segment_ids: z.ZodNullable>>; sender_id: z.ZodNullable>; subject: z.ZodNullable>; suppression_group_id: z.ZodNullable>; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }>, z.ZodObject<{ id: z.ZodOptional; status: z.ZodString; }, "strip", z.ZodTypeAny, { status: string; id?: number | undefined; }, { status: string; id?: number | undefined; }>>; export declare const postCampaignsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodRecord]>; export declare const deleteCampaignsCampaignIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ campaign_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { campaign_id: number; }, { campaign_id: number; }>; }, "strip", z.ZodTypeAny, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteCampaignsCampaignIdResponseSchema: z.ZodUnknown; export declare const deleteCampaignsCampaignIdErrorSchema: z.ZodRecord; export declare const getCampaignsCampaignIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ campaign_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { campaign_id: number; }, { campaign_id: number; }>; }, "strip", z.ZodTypeAny, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getCampaignsCampaignIdResponseSchema: z.ZodObject<{ categories: z.ZodOptional>; custom_unsubscribe_url: z.ZodOptional; html_content: z.ZodOptional; id: z.ZodOptional; ip_pool: z.ZodOptional; list_ids: z.ZodOptional>; plain_content: z.ZodOptional; segment_ids: z.ZodOptional>; sender_id: z.ZodOptional; status: z.ZodOptional; subject: z.ZodOptional; suppression_group_id: z.ZodOptional; title: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: string | undefined; subject?: string | undefined; id?: number | undefined; categories?: string[] | undefined; custom_unsubscribe_url?: string | undefined; html_content?: string | undefined; ip_pool?: string | undefined; list_ids?: number[] | undefined; plain_content?: string | undefined; segment_ids?: number[] | undefined; sender_id?: number | undefined; suppression_group_id?: number | undefined; title?: string | undefined; }, { status?: string | undefined; subject?: string | undefined; id?: number | undefined; categories?: string[] | undefined; custom_unsubscribe_url?: string | undefined; html_content?: string | undefined; ip_pool?: string | undefined; list_ids?: number[] | undefined; plain_content?: string | undefined; segment_ids?: number[] | undefined; sender_id?: number | undefined; suppression_group_id?: number | undefined; title?: string | undefined; }>; export declare const getCampaignsCampaignIdErrorSchema: z.ZodRecord; export declare const patchCampaignsCampaignIdDataSchema: z.ZodObject<{ body: z.ZodOptional; html_content: z.ZodString; plain_content: z.ZodString; subject: z.ZodString; title: z.ZodString; }, "strip", z.ZodTypeAny, { subject: string; categories: string[]; html_content: string; plain_content: string; title: string; }, { subject: string; categories: string[]; html_content: string; plain_content: string; title: string; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ campaign_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { campaign_id: number; }, { campaign_id: number; }>; }, "strip", z.ZodTypeAny, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { subject: string; categories: string[]; html_content: string; plain_content: string; title: string; } | undefined; }, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { subject: string; categories: string[]; html_content: string; plain_content: string; title: string; } | undefined; }>; export declare const patchCampaignsCampaignIdResponseSchema: z.ZodIntersection>>; custom_unsubscribe_url: z.ZodNullable>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; html_content: z.ZodNullable>; ip_pool: z.ZodNullable>; list_ids: z.ZodNullable>>; plain_content: z.ZodNullable>; segment_ids: z.ZodNullable>>; sender_id: z.ZodNullable>; subject: z.ZodNullable>; suppression_group_id: z.ZodNullable>; title: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }, { title: string; subject?: string | null | undefined; categories?: string[] | null | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | null | undefined; ip_pool?: string | null | undefined; list_ids?: number[] | null | undefined; plain_content?: string | null | undefined; segment_ids?: number[] | null | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; }>, z.ZodObject<{ id: z.ZodOptional; status: z.ZodString; }, "strip", z.ZodTypeAny, { status: string; id?: number | undefined; }, { status: string; id?: number | undefined; }>>; export declare const patchCampaignsCampaignIdErrorSchema: z.ZodUnion<[z.ZodRecord, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>]>; export declare const deleteCampaignsCampaignIdSchedulesDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ campaign_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { campaign_id: number; }, { campaign_id: number; }>; }, "strip", z.ZodTypeAny, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteCampaignsCampaignIdSchedulesResponseSchema: z.ZodUnknown; export declare const deleteCampaignsCampaignIdSchedulesErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getCampaignsCampaignIdSchedulesDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ campaign_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { campaign_id: number; }, { campaign_id: number; }>; }, "strip", z.ZodTypeAny, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getCampaignsCampaignIdSchedulesResponseSchema: z.ZodObject<{ send_at: z.ZodNumber; }, "strip", z.ZodTypeAny, { send_at: number; }, { send_at: number; }>; export declare const getCampaignsCampaignIdSchedulesErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const patchCampaignsCampaignIdSchedulesDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ campaign_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { campaign_id: number; }, { campaign_id: number; }>; }, "strip", z.ZodTypeAny, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { send_at: number; } | undefined; }, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { send_at: number; } | undefined; }>; export declare const patchCampaignsCampaignIdSchedulesResponseSchema: z.ZodObject<{ id: z.ZodNumber; send_at: z.ZodNumber; status: z.ZodString; }, "strip", z.ZodTypeAny, { status: string; id: number; send_at: number; }, { status: string; id: number; send_at: number; }>; export declare const patchCampaignsCampaignIdSchedulesErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const postCampaignsCampaignIdSchedulesDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ campaign_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { campaign_id: number; }, { campaign_id: number; }>; }, "strip", z.ZodTypeAny, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { send_at: number; } | undefined; }, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { send_at: number; } | undefined; }>; export declare const postCampaignsCampaignIdSchedulesResponseSchema: z.ZodObject<{ id: z.ZodNumber; send_at: z.ZodNumber; status: z.ZodLiteral<"Scheduled">; }, "strip", z.ZodTypeAny, { status: "Scheduled"; id: number; send_at: number; }, { status: "Scheduled"; id: number; send_at: number; }>; export declare const postCampaignsCampaignIdSchedulesErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const postCampaignsCampaignIdSchedulesNowDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ campaign_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { campaign_id: number; }, { campaign_id: number; }>; }, "strip", z.ZodTypeAny, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const postCampaignsCampaignIdSchedulesNowResponseSchema: z.ZodObject<{ id: z.ZodNumber; status: z.ZodString; }, "strip", z.ZodTypeAny, { status: string; id: number; }, { status: string; id: number; }>; export declare const postCampaignsCampaignIdSchedulesNowErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const postCampaignsCampaignIdSchedulesTestDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ campaign_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { campaign_id: number; }, { campaign_id: number; }>; }, "strip", z.ZodTypeAny, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { to: string; } | undefined; }, { path: { campaign_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { to: string; } | undefined; }>; export declare const postCampaignsCampaignIdSchedulesTestResponseSchema: z.ZodObject<{ to: z.ZodString; }, "strip", z.ZodTypeAny, { to: string; }, { to: string; }>; export declare const postCampaignsCampaignIdSchedulesTestErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getCategoriesDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; offset?: number | undefined; category?: string | undefined; }, { limit?: number | undefined; offset?: number | undefined; category?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; category?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; category?: string | undefined; } | undefined; }>; export declare const getCategoriesResponseSchema: z.ZodArray, "many">; export declare const getCategoriesErrorSchema: z.ZodObject<{ errors: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; field: string; }[] | undefined; }, { errors?: { message: string; field: string; }[] | undefined; }>; export declare const getCategoriesStatsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodObject<{ aggregated_by: z.ZodOptional, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>>; categories: z.ZodString; end_date: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; start_date: z.ZodString; }, "strip", z.ZodTypeAny, { categories: string; start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }, { categories: string; start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }>; }, "strip", z.ZodTypeAny, { query: { categories: string; start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { query: { categories: string; start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getCategoriesStatsResponseSchema: z.ZodArray>; name: z.ZodOptional; type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }, { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date: string; stats?: { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }[] | undefined; }, { date: string; stats?: { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }[] | undefined; }>, "many">; export declare const getCategoriesStatsErrorSchema: z.ZodUnknown; export declare const getCategoriesStatsSumsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodObject<{ aggregated_by: z.ZodOptional, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>>; end_date: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; sort_by_direction: z.ZodOptional, z.ZodLiteral<"asc">]>>; sort_by_metric: z.ZodOptional; start_date: z.ZodString; }, "strip", z.ZodTypeAny, { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }, { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }>; }, "strip", z.ZodTypeAny, { query: { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { query: { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getCategoriesStatsSumsResponseSchema: z.ZodObject<{ date: z.ZodString; stats: z.ZodOptional>; name: z.ZodOptional; type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }, { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date: string; stats?: { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }[] | undefined; }, { date: string; stats?: { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }[] | undefined; }>; export declare const getCategoriesStatsSumsErrorSchema: z.ZodUnknown; export declare const getClientsStatsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodObject<{ aggregated_by: z.ZodOptional, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>>; end_date: z.ZodOptional; start_date: z.ZodString; }, "strip", z.ZodTypeAny, { start_date: string; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; }, { start_date: string; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; }>; }, "strip", z.ZodTypeAny, { query: { start_date: string; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { query: { start_date: string; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getClientsStatsResponseSchema: z.ZodArray; stats: z.ZodOptional; unique_opens: z.ZodOptional; }, "strip", z.ZodTypeAny, { opens?: number | undefined; unique_opens?: number | undefined; }, { opens?: number | undefined; unique_opens?: number | undefined; }>>; name: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }, { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }[] | undefined; }, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }[] | undefined; }>, "many">; export declare const getClientsStatsErrorSchema: z.ZodUnknown; export declare const getClientsClientTypeStatsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ client_type: z.ZodUnion<[z.ZodLiteral<"phone">, z.ZodLiteral<"tablet">, z.ZodLiteral<"webmail">, z.ZodLiteral<"desktop">]>; }, "strip", z.ZodTypeAny, { client_type: "phone" | "tablet" | "webmail" | "desktop"; }, { client_type: "phone" | "tablet" | "webmail" | "desktop"; }>; query: z.ZodObject<{ aggregated_by: z.ZodOptional, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>>; end_date: z.ZodOptional; start_date: z.ZodString; }, "strip", z.ZodTypeAny, { start_date: string; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; }, { start_date: string; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; }>; }, "strip", z.ZodTypeAny, { path: { client_type: "phone" | "tablet" | "webmail" | "desktop"; }; query: { start_date: string; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { client_type: "phone" | "tablet" | "webmail" | "desktop"; }; query: { start_date: string; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getClientsClientTypeStatsResponseSchema: z.ZodArray; stats: z.ZodOptional; unique_opens: z.ZodOptional; }, "strip", z.ZodTypeAny, { opens?: number | undefined; unique_opens?: number | undefined; }, { opens?: number | undefined; unique_opens?: number | undefined; }>>; name: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }, { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }[] | undefined; }, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }[] | undefined; }>, "many">; export declare const getClientsClientTypeStatsErrorSchema: z.ZodUnknown; export declare const getContactdbCustomFieldsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbCustomFieldsResponseSchema: z.ZodObject<{ custom_fields: z.ZodArray; type: z.ZodOptional, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>>; }, "strip", z.ZodTypeAny, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }>, z.ZodObject<{ id: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>>, "many">; }, "strip", z.ZodTypeAny, { custom_fields: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; })[]; }, { custom_fields: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; })[]; }>; export declare const getContactdbCustomFieldsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const postContactdbCustomFieldsDataSchema: z.ZodObject<{ body: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; }, { type?: string | undefined; name?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { type?: string | undefined; name?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { type?: string | undefined; name?: string | undefined; } | undefined; }>; export declare const postContactdbCustomFieldsResponseSchema: z.ZodIntersection; type: z.ZodOptional, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>>; }, "strip", z.ZodTypeAny, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }>, z.ZodObject<{ id: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>>; export declare const postContactdbCustomFieldsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const deleteContactdbCustomFieldsCustomFieldIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ custom_field_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { custom_field_id: number; }, { custom_field_id: number; }>; }, "strip", z.ZodTypeAny, { path: { custom_field_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { custom_field_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteContactdbCustomFieldsCustomFieldIdResponseSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const deleteContactdbCustomFieldsCustomFieldIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbCustomFieldsCustomFieldIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ custom_field_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { custom_field_id: number; }, { custom_field_id: number; }>; }, "strip", z.ZodTypeAny, { path: { custom_field_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { custom_field_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbCustomFieldsCustomFieldIdResponseSchema: z.ZodIntersection; type: z.ZodOptional, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>>; }, "strip", z.ZodTypeAny, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }>, z.ZodObject<{ id: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>>; export declare const getContactdbCustomFieldsCustomFieldIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const deleteContactdbListsDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: number[] | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: number[] | undefined; }>; export declare const deleteContactdbListsResponseSchema: z.ZodUnknown; export declare const deleteContactdbListsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbListsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbListsResponseSchema: z.ZodObject<{ lists: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { lists: { name: string; id: number; recipient_count: number; }[]; }, { lists: { name: string; id: number; recipient_count: number; }[]; }>; export declare const getContactdbListsErrorSchema: z.ZodUnknown; export declare const postContactdbListsDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; } | undefined; }>; export declare const postContactdbListsResponseSchema: z.ZodObject<{ id: z.ZodNumber; name: z.ZodString; recipient_count: z.ZodNumber; }, "strip", z.ZodTypeAny, { name: string; id: number; recipient_count: number; }, { name: string; id: number; recipient_count: number; }>; export declare const postContactdbListsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const deleteContactdbListsListIdDataSchema: z.ZodObject<{ body: z.ZodOptional; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ list_id: z.ZodString; }, "strip", z.ZodTypeAny, { list_id: string; }, { list_id: string; }>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { delete_contacts?: boolean | undefined; }, { delete_contacts?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { list_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { delete_contacts?: boolean | undefined; } | undefined; body?: unknown; }, { path: { list_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { delete_contacts?: boolean | undefined; } | undefined; body?: unknown; }>; export declare const deleteContactdbListsListIdResponseSchema: z.ZodUnknown; export declare const deleteContactdbListsListIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbListsListIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ list_id: z.ZodString; }, "strip", z.ZodTypeAny, { list_id: string; }, { list_id: string; }>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { list_id?: number | undefined; }, { list_id?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { list_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { list_id?: number | undefined; } | undefined; }, { path: { list_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { list_id?: number | undefined; } | undefined; }>; export declare const getContactdbListsListIdResponseSchema: z.ZodObject<{ id: z.ZodNumber; name: z.ZodString; recipient_count: z.ZodNumber; }, "strip", z.ZodTypeAny, { name: string; id: number; recipient_count: number; }, { name: string; id: number; recipient_count: number; }>; export declare const getContactdbListsListIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const patchContactdbListsListIdDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ list_id: z.ZodString; }, "strip", z.ZodTypeAny, { list_id: string; }, { list_id: string; }>; query: z.ZodObject<{ list_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { list_id: number; }, { list_id: number; }>; }, "strip", z.ZodTypeAny, { path: { list_id: string; }; query: { list_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; } | undefined; }, { path: { list_id: string; }; query: { list_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; } | undefined; }>; export declare const patchContactdbListsListIdResponseSchema: z.ZodObject<{ id: z.ZodOptional; name: z.ZodOptional; recipient_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; id?: number | undefined; recipient_count?: number | undefined; }, { name?: string | undefined; id?: number | undefined; recipient_count?: number | undefined; }>; export declare const patchContactdbListsListIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbListsListIdRecipientsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ list_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { list_id: number; }, { list_id: number; }>; query: z.ZodObject<{ list_id: z.ZodNumber; page: z.ZodOptional; page_size: z.ZodOptional; }, "strip", z.ZodTypeAny, { list_id: number; page?: number | undefined; page_size?: number | undefined; }, { list_id: number; page?: number | undefined; page_size?: number | undefined; }>; }, "strip", z.ZodTypeAny, { path: { list_id: number; }; query: { list_id: number; page?: number | undefined; page_size?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { list_id: number; }; query: { list_id: number; page?: number | undefined; page_size?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbListsListIdRecipientsResponseSchema: z.ZodObject<{ recipients: z.ZodOptional; custom_fields: z.ZodOptional; type: z.ZodOptional, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>>; }, "strip", z.ZodTypeAny, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }>, z.ZodObject<{ id: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>>, z.ZodObject<{ value: z.ZodNullable>; }, "strip", z.ZodTypeAny, { value?: string | null | undefined; }, { value?: string | null | undefined; }>>, "many">>; email: z.ZodString; first_name: z.ZodNullable>; id: z.ZodOptional; last_clicked: z.ZodNullable>; last_emailed: z.ZodNullable>; last_name: z.ZodNullable>; last_opened: z.ZodNullable>; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }, { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }, { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { recipients?: { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }[] | undefined; }, { recipients?: { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }[] | undefined; }>; export declare const getContactdbListsListIdRecipientsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodRecord]>; export declare const postContactdbListsListIdRecipientsDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ list_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { list_id: number; }, { list_id: number; }>; }, "strip", z.ZodTypeAny, { path: { list_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: number[] | undefined; }, { path: { list_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: number[] | undefined; }>; export declare const postContactdbListsListIdRecipientsResponseSchema: z.ZodUnknown; export declare const postContactdbListsListIdRecipientsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const deleteContactdbListsListIdRecipientsRecipientIdDataSchema: z.ZodObject<{ body: z.ZodOptional; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ list_id: z.ZodNumber; recipient_id: z.ZodString; }, "strip", z.ZodTypeAny, { list_id: number; recipient_id: string; }, { list_id: number; recipient_id: string; }>; query: z.ZodObject<{ list_id: z.ZodNumber; recipient_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { list_id: number; recipient_id: number; }, { list_id: number; recipient_id: number; }>; }, "strip", z.ZodTypeAny, { path: { list_id: number; recipient_id: string; }; query: { list_id: number; recipient_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: unknown; }, { path: { list_id: number; recipient_id: string; }; query: { list_id: number; recipient_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: unknown; }>; export declare const deleteContactdbListsListIdRecipientsRecipientIdResponseSchema: z.ZodUnknown; export declare const deleteContactdbListsListIdRecipientsRecipientIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const postContactdbListsListIdRecipientsRecipientIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ list_id: z.ZodNumber; recipient_id: z.ZodString; }, "strip", z.ZodTypeAny, { list_id: number; recipient_id: string; }, { list_id: number; recipient_id: string; }>; }, "strip", z.ZodTypeAny, { path: { list_id: number; recipient_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { list_id: number; recipient_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const postContactdbListsListIdRecipientsRecipientIdResponseSchema: z.ZodUnknown; export declare const postContactdbListsListIdRecipientsRecipientIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const deleteContactdbRecipientsDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: string[] | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: string[] | undefined; }>; export declare const deleteContactdbRecipientsResponseSchema: z.ZodRecord; export declare const deleteContactdbRecipientsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbRecipientsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; page_size: z.ZodOptional; }, "strip", z.ZodTypeAny, { page?: number | undefined; page_size?: number | undefined; }, { page?: number | undefined; page_size?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { page?: number | undefined; page_size?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { page?: number | undefined; page_size?: number | undefined; } | undefined; }>; export declare const getContactdbRecipientsResponseSchema: z.ZodObject<{ recipients: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { recipients: Record[]; }, { recipients: Record[]; }>; export declare const getContactdbRecipientsErrorSchema: z.ZodUnion<[z.ZodRecord, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>]>; export declare const patchContactdbRecipientsDataSchema: z.ZodObject<{ body: z.ZodOptional; last_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; first_name?: string | undefined; last_name?: string | undefined; }, { email: string; first_name?: string | undefined; last_name?: string | undefined; }>, "many">>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { email: string; first_name?: string | undefined; last_name?: string | undefined; }[] | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { email: string; first_name?: string | undefined; last_name?: string | undefined; }[] | undefined; }>; export declare const patchContactdbRecipientsResponseSchema: z.ZodObject<{ error_count: z.ZodNumber; error_indices: z.ZodOptional>; errors: z.ZodOptional>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_indices?: number[] | undefined; }, { message?: string | undefined; error_indices?: number[] | undefined; }>, "many">>; new_count: z.ZodNumber; persisted_recipients: z.ZodArray; updated_count: z.ZodNumber; }, "strip", z.ZodTypeAny, { updated_count: number; error_count: number; new_count: number; persisted_recipients: string[]; errors?: { message?: string | undefined; error_indices?: number[] | undefined; }[] | undefined; error_indices?: number[] | undefined; }, { updated_count: number; error_count: number; new_count: number; persisted_recipients: string[]; errors?: { message?: string | undefined; error_indices?: number[] | undefined; }[] | undefined; error_indices?: number[] | undefined; }>; export declare const patchContactdbRecipientsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const postContactdbRecipientsDataSchema: z.ZodObject<{ body: z.ZodOptional; email: z.ZodString; first_name: z.ZodOptional; last_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; first_name?: string | undefined; last_name?: string | undefined; age?: number | undefined; }, { email: string; first_name?: string | undefined; last_name?: string | undefined; age?: number | undefined; }>, "many">>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { email: string; first_name?: string | undefined; last_name?: string | undefined; age?: number | undefined; }[] | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { email: string; first_name?: string | undefined; last_name?: string | undefined; age?: number | undefined; }[] | undefined; }>; export declare const postContactdbRecipientsResponseSchema: z.ZodObject<{ error_count: z.ZodNumber; error_indices: z.ZodOptional>; errors: z.ZodOptional>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_indices?: number[] | undefined; }, { message?: string | undefined; error_indices?: number[] | undefined; }>, "many">>; new_count: z.ZodNumber; persisted_recipients: z.ZodArray; updated_count: z.ZodNumber; }, "strip", z.ZodTypeAny, { updated_count: number; error_count: number; new_count: number; persisted_recipients: string[]; errors?: { message?: string | undefined; error_indices?: number[] | undefined; }[] | undefined; error_indices?: number[] | undefined; }, { updated_count: number; error_count: number; new_count: number; persisted_recipients: string[]; errors?: { message?: string | undefined; error_indices?: number[] | undefined; }[] | undefined; error_indices?: number[] | undefined; }>; export declare const postContactdbRecipientsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbRecipientsBillableCountDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbRecipientsBillableCountResponseSchema: z.ZodObject<{ recipient_count: z.ZodNumber; }, "strip", z.ZodTypeAny, { recipient_count: number; }, { recipient_count: number; }>; export declare const getContactdbRecipientsBillableCountErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbRecipientsCountDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbRecipientsCountResponseSchema: z.ZodObject<{ recipient_count: z.ZodNumber; }, "strip", z.ZodTypeAny, { recipient_count: number; }, { recipient_count: number; }>; export declare const getContactdbRecipientsCountErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbRecipientsSearchDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { '{field_name}'?: string | undefined; }, { '{field_name}'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { '{field_name}'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { '{field_name}'?: string | undefined; } | undefined; }>; export declare const getContactdbRecipientsSearchResponseSchema: z.ZodObject<{ recipients: z.ZodOptional; custom_fields: z.ZodOptional; type: z.ZodOptional, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>>; }, "strip", z.ZodTypeAny, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }>, z.ZodObject<{ id: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>>, z.ZodObject<{ value: z.ZodNullable>; }, "strip", z.ZodTypeAny, { value?: string | null | undefined; }, { value?: string | null | undefined; }>>, "many">>; email: z.ZodString; first_name: z.ZodNullable>; id: z.ZodOptional; last_clicked: z.ZodNullable>; last_emailed: z.ZodNullable>; last_name: z.ZodNullable>; last_opened: z.ZodNullable>; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }, { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }, { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { recipients?: { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }[] | undefined; }, { recipients?: { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }[] | undefined; }>; export declare const getContactdbRecipientsSearchErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const postContactdbRecipientsSearchDataSchema: z.ZodObject<{ body: z.ZodOptional; list_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { conditions: unknown[]; list_id: number; }, { conditions: unknown[]; list_id: number; }>>; }, "strip", z.ZodTypeAny, { body?: { conditions: unknown[]; list_id: number; } | undefined; }, { body?: { conditions: unknown[]; list_id: number; } | undefined; }>; export declare const postContactdbRecipientsSearchResponseSchema: z.ZodObject<{ recipient_count: z.ZodOptional; recipients: z.ZodOptional; custom_fields: z.ZodOptional; name: z.ZodOptional; type: z.ZodOptional; value: z.ZodOptional>; }, "strip", z.ZodTypeAny, { value?: string | number | undefined; type?: string | undefined; name?: string | undefined; id?: number | undefined; }, { value?: string | number | undefined; type?: string | undefined; name?: string | undefined; id?: number | undefined; }>, "many">>; email: z.ZodOptional; first_name: z.ZodOptional; id: z.ZodOptional; last_clicked: z.ZodOptional; last_emailed: z.ZodOptional; last_opened: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; email?: string | undefined; created_at?: number | undefined; custom_fields?: { value?: string | number | undefined; type?: string | undefined; name?: string | undefined; id?: number | undefined; }[] | undefined; first_name?: string | undefined; updated_at?: number | undefined; last_clicked?: number | undefined; last_emailed?: number | undefined; last_opened?: number | undefined; }, { id?: string | undefined; email?: string | undefined; created_at?: number | undefined; custom_fields?: { value?: string | number | undefined; type?: string | undefined; name?: string | undefined; id?: number | undefined; }[] | undefined; first_name?: string | undefined; updated_at?: number | undefined; last_clicked?: number | undefined; last_emailed?: number | undefined; last_opened?: number | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { recipient_count?: number | undefined; recipients?: { id?: string | undefined; email?: string | undefined; created_at?: number | undefined; custom_fields?: { value?: string | number | undefined; type?: string | undefined; name?: string | undefined; id?: number | undefined; }[] | undefined; first_name?: string | undefined; updated_at?: number | undefined; last_clicked?: number | undefined; last_emailed?: number | undefined; last_opened?: number | undefined; }[] | undefined; }, { recipient_count?: number | undefined; recipients?: { id?: string | undefined; email?: string | undefined; created_at?: number | undefined; custom_fields?: { value?: string | number | undefined; type?: string | undefined; name?: string | undefined; id?: number | undefined; }[] | undefined; first_name?: string | undefined; updated_at?: number | undefined; last_clicked?: number | undefined; last_emailed?: number | undefined; last_opened?: number | undefined; }[] | undefined; }>; export declare const postContactdbRecipientsSearchErrorSchema: z.ZodUnknown; export declare const deleteContactdbRecipientsRecipientIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ recipient_id: z.ZodString; }, "strip", z.ZodTypeAny, { recipient_id: string; }, { recipient_id: string; }>; }, "strip", z.ZodTypeAny, { path: { recipient_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { recipient_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteContactdbRecipientsRecipientIdResponseSchema: z.ZodRecord; export declare const deleteContactdbRecipientsRecipientIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbRecipientsRecipientIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ recipient_id: z.ZodString; }, "strip", z.ZodTypeAny, { recipient_id: string; }, { recipient_id: string; }>; }, "strip", z.ZodTypeAny, { path: { recipient_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { recipient_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbRecipientsRecipientIdResponseSchema: z.ZodObject<{ recipients: z.ZodOptional; custom_fields: z.ZodOptional; type: z.ZodOptional, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>>; }, "strip", z.ZodTypeAny, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }>, z.ZodObject<{ id: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>>, z.ZodObject<{ value: z.ZodNullable>; }, "strip", z.ZodTypeAny, { value?: string | null | undefined; }, { value?: string | null | undefined; }>>, "many">>; email: z.ZodString; first_name: z.ZodNullable>; id: z.ZodOptional; last_clicked: z.ZodNullable>; last_emailed: z.ZodNullable>; last_name: z.ZodNullable>; last_opened: z.ZodNullable>; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }, { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }, { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }>; export declare const getContactdbRecipientsRecipientIdErrorSchema: z.ZodUnion<[z.ZodRecord, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>]>; export declare const getContactdbRecipientsRecipientIdListsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ recipient_id: z.ZodString; }, "strip", z.ZodTypeAny, { recipient_id: string; }, { recipient_id: string; }>; }, "strip", z.ZodTypeAny, { path: { recipient_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { recipient_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbRecipientsRecipientIdListsResponseSchema: z.ZodObject<{ lists: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { lists?: { name: string; id: number; recipient_count: number; }[] | undefined; }, { lists?: { name: string; id: number; recipient_count: number; }[] | undefined; }>; export declare const getContactdbRecipientsRecipientIdListsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbReservedFieldsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbReservedFieldsResponseSchema: z.ZodObject<{ reserved_fields: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; }, { type?: string | undefined; name?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { reserved_fields?: { type?: string | undefined; name?: string | undefined; }[] | undefined; }, { reserved_fields?: { type?: string | undefined; name?: string | undefined; }[] | undefined; }>; export declare const getContactdbReservedFieldsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbSegmentsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbSegmentsResponseSchema: z.ZodObject<{ segments: z.ZodArray, z.ZodLiteral<"or">, z.ZodLiteral<"">]>>; field: z.ZodString; operator: z.ZodUnion<[z.ZodLiteral<"eq">, z.ZodLiteral<"ne">, z.ZodLiteral<"lt">, z.ZodLiteral<"gt">, z.ZodLiteral<"contains">]>; value: z.ZodString; }, "strip", z.ZodTypeAny, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }>, "many">; list_id: z.ZodOptional; name: z.ZodString; recipient_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { segments: { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }[]; }, { segments: { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }[]; }>; export declare const getContactdbSegmentsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const postContactdbSegmentsDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<"or">, z.ZodLiteral<"">]>>; field: z.ZodString; operator: z.ZodUnion<[z.ZodLiteral<"eq">, z.ZodLiteral<"ne">, z.ZodLiteral<"lt">, z.ZodLiteral<"gt">, z.ZodLiteral<"contains">]>; value: z.ZodString; }, "strip", z.ZodTypeAny, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }>, "many">; list_id: z.ZodOptional; name: z.ZodString; recipient_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; } | undefined; }>; export declare const contactdbSegmentsWithIdSchema: z.ZodIntersection, z.ZodObject<{ conditions: z.ZodArray, z.ZodLiteral<"or">, z.ZodLiteral<"">]>>; field: z.ZodString; operator: z.ZodUnion<[z.ZodLiteral<"eq">, z.ZodLiteral<"ne">, z.ZodLiteral<"lt">, z.ZodLiteral<"gt">, z.ZodLiteral<"contains">]>; value: z.ZodString; }, "strip", z.ZodTypeAny, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }>, "many">; list_id: z.ZodOptional; name: z.ZodString; recipient_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }>>; export declare const postContactdbSegmentsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const deleteContactdbSegmentsSegmentIdDataSchema: z.ZodObject<{ body: z.ZodOptional; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ segment_id: z.ZodString; }, "strip", z.ZodTypeAny, { segment_id: string; }, { segment_id: string; }>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { delete_contacts?: boolean | undefined; }, { delete_contacts?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { segment_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { delete_contacts?: boolean | undefined; } | undefined; body?: unknown; }, { path: { segment_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { delete_contacts?: boolean | undefined; } | undefined; body?: unknown; }>; export declare const deleteContactdbSegmentsSegmentIdResponseSchema: z.ZodUnknown; export declare const deleteContactdbSegmentsSegmentIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbSegmentsSegmentIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ segment_id: z.ZodString; }, "strip", z.ZodTypeAny, { segment_id: string; }, { segment_id: string; }>; query: z.ZodObject<{ segment_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { segment_id: number; }, { segment_id: number; }>; }, "strip", z.ZodTypeAny, { path: { segment_id: string; }; query: { segment_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { segment_id: string; }; query: { segment_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbSegmentsSegmentIdResponseSchema: z.ZodObject<{ conditions: z.ZodArray, z.ZodLiteral<"or">, z.ZodLiteral<"">]>>; field: z.ZodString; operator: z.ZodUnion<[z.ZodLiteral<"eq">, z.ZodLiteral<"ne">, z.ZodLiteral<"lt">, z.ZodLiteral<"gt">, z.ZodLiteral<"contains">]>; value: z.ZodString; }, "strip", z.ZodTypeAny, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }>, "many">; list_id: z.ZodOptional; name: z.ZodString; recipient_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }>; export declare const getContactdbSegmentsSegmentIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const patchContactdbSegmentsSegmentIdDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<"or">, z.ZodLiteral<"">]>>; field: z.ZodString; operator: z.ZodUnion<[z.ZodLiteral<"eq">, z.ZodLiteral<"ne">, z.ZodLiteral<"lt">, z.ZodLiteral<"gt">, z.ZodLiteral<"contains">]>; value: z.ZodString; }, "strip", z.ZodTypeAny, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }>, "many">>; list_id: z.ZodOptional; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; conditions?: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[] | undefined; list_id?: number | undefined; }, { name: string; conditions?: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[] | undefined; list_id?: number | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ segment_id: z.ZodString; }, "strip", z.ZodTypeAny, { segment_id: string; }, { segment_id: string; }>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { segment_id?: string | undefined; }, { segment_id?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { segment_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { segment_id?: string | undefined; } | undefined; body?: { name: string; conditions?: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[] | undefined; list_id?: number | undefined; } | undefined; }, { path: { segment_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { segment_id?: string | undefined; } | undefined; body?: { name: string; conditions?: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[] | undefined; list_id?: number | undefined; } | undefined; }>; export declare const patchContactdbSegmentsSegmentIdResponseSchema: z.ZodObject<{ conditions: z.ZodArray, z.ZodLiteral<"or">, z.ZodLiteral<"">]>>; field: z.ZodString; operator: z.ZodUnion<[z.ZodLiteral<"eq">, z.ZodLiteral<"ne">, z.ZodLiteral<"lt">, z.ZodLiteral<"gt">, z.ZodLiteral<"contains">]>; value: z.ZodString; }, "strip", z.ZodTypeAny, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }>, "many">; list_id: z.ZodOptional; name: z.ZodString; recipient_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }>; export declare const patchContactdbSegmentsSegmentIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getContactdbSegmentsSegmentIdRecipientsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ segment_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { segment_id: number; }, { segment_id: number; }>; query: z.ZodOptional; page_size: z.ZodOptional; }, "strip", z.ZodTypeAny, { page?: number | undefined; page_size?: number | undefined; }, { page?: number | undefined; page_size?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { segment_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { page?: number | undefined; page_size?: number | undefined; } | undefined; }, { path: { segment_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { page?: number | undefined; page_size?: number | undefined; } | undefined; }>; export declare const getContactdbSegmentsSegmentIdRecipientsResponseSchema: z.ZodObject<{ recipients: z.ZodArray; custom_fields: z.ZodOptional; type: z.ZodOptional, z.ZodLiteral<"text">, z.ZodLiteral<"number">]>>; }, "strip", z.ZodTypeAny, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }, { type?: "number" | "date" | "text" | undefined; name?: string | undefined; }>, z.ZodObject<{ id: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; }, { id?: number | undefined; }>>, z.ZodObject<{ value: z.ZodNullable>; }, "strip", z.ZodTypeAny, { value?: string | null | undefined; }, { value?: string | null | undefined; }>>, "many">>; email: z.ZodString; first_name: z.ZodNullable>; id: z.ZodOptional; last_clicked: z.ZodNullable>; last_emailed: z.ZodNullable>; last_name: z.ZodNullable>; last_opened: z.ZodNullable>; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }, { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }, { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { recipients: { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }[]; }, { recipients: { recipients?: { email: string; id?: string | undefined; created_at?: number | undefined; custom_fields?: ({ type?: "number" | "date" | "text" | undefined; name?: string | undefined; } & { id?: number | undefined; } & { value?: string | null | undefined; })[] | undefined; first_name?: string | null | undefined; last_name?: string | null | undefined; updated_at?: number | undefined; last_clicked?: number | null | undefined; last_emailed?: number | null | undefined; last_opened?: number | null | undefined; }[] | undefined; }[]; }>; export declare const getContactdbSegmentsSegmentIdRecipientsErrorSchema: z.ZodUnion<[z.ZodRecord, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>]>; export declare const getContactdbStatusDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getContactdbStatusResponseSchema: z.ZodObject<{ status: z.ZodOptional; id: z.ZodOptional; value: z.ZodOptional; }, "strip", z.ZodTypeAny, { ''?: string | undefined; value?: string | undefined; id?: string | undefined; }, { ''?: string | undefined; value?: string | undefined; id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { status?: { ''?: string | undefined; value?: string | undefined; id?: string | undefined; }[] | undefined; }, { status?: { ''?: string | undefined; value?: string | undefined; id?: string | undefined; }[] | undefined; }>; export declare const getContactdbStatusErrorSchema: z.ZodUnknown; export declare const listDesignsDataSchema: z.ZodObject<{ query: z.ZodOptional; page_token: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; summary?: boolean | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; summary?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { page_size?: number | undefined; page_token?: string | undefined; summary?: boolean | undefined; } | undefined; }, { query?: { page_size?: number | undefined; page_token?: string | undefined; summary?: boolean | undefined; } | undefined; }>; export declare const listDesignsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; result: z.ZodOptional; id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }>, z.ZodObject<{ editor: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, "many">>; }, "strip", z.ZodTypeAny, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: ({ id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; } & { name?: string | undefined; editor?: "code" | "design" | undefined; } & { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; })[] | undefined; }, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: ({ id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; } & { name?: string | undefined; editor?: "code" | "design" | undefined; } & { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; })[] | undefined; }>; export declare const listDesignsErrorSchema: z.ZodUnknown; export declare const postDesignsDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodObject<{ html_content: z.ZodString; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content: string; plain_content?: string | undefined; }, { html_content: string; plain_content?: string | undefined; }>>>; }, "strip", z.ZodTypeAny, { body?: ({ name?: string | undefined; editor?: "code" | "design" | undefined; } & { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; } & { html_content: string; plain_content?: string | undefined; }) | undefined; }, { body?: ({ name?: string | undefined; editor?: "code" | "design" | undefined; } & { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; } & { html_content: string; plain_content?: string | undefined; }) | undefined; }>; export declare const designOutputSchema: z.ZodIntersection; id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }>, z.ZodObject<{ editor: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodObject<{ html_content: z.ZodString; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content: string; plain_content?: string | undefined; }, { html_content: string; plain_content?: string | undefined; }>>>; export declare const postDesignsErrorSchema: z.ZodObject<{ errors: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }>; export declare const listSendgridPreBuiltDesignsDataSchema: z.ZodObject<{ query: z.ZodOptional; page_token: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; summary?: boolean | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; summary?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { page_size?: number | undefined; page_token?: string | undefined; summary?: boolean | undefined; } | undefined; }, { query?: { page_size?: number | undefined; page_token?: string | undefined; summary?: boolean | undefined; } | undefined; }>; export declare const listSendgridPreBuiltDesignsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; result: z.ZodOptional; id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }>, z.ZodObject<{ editor: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, "many">>; }, "strip", z.ZodTypeAny, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: ({ id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; } & { name?: string | undefined; editor?: "code" | "design" | undefined; } & { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; })[] | undefined; }, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: ({ id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; } & { name?: string | undefined; editor?: "code" | "design" | undefined; } & { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; })[] | undefined; }>; export declare const listSendgridPreBuiltDesignsErrorSchema: z.ZodUnknown; export declare const getSendgridPreBuiltDesignDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const getSendgridPreBuiltDesignResponseSchema: z.ZodIntersection; id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }>, z.ZodObject<{ editor: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodObject<{ html_content: z.ZodString; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content: string; plain_content?: string | undefined; }, { html_content: string; plain_content?: string | undefined; }>>>; export declare const getSendgridPreBuiltDesignErrorSchema: z.ZodObject<{ errors: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }>; export declare const postSendgridPreBuiltDesignDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; body?: { name?: string | undefined; editor?: "code" | "design" | undefined; } | undefined; }, { path: { id: string; }; body?: { name?: string | undefined; editor?: "code" | "design" | undefined; } | undefined; }>; export declare const postSendgridPreBuiltDesignResponseSchema: z.ZodIntersection; id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }>, z.ZodObject<{ editor: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodObject<{ html_content: z.ZodString; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content: string; plain_content?: string | undefined; }, { html_content: string; plain_content?: string | undefined; }>>>; export declare const postSendgridPreBuiltDesignErrorSchema: z.ZodObject<{ errors: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }>; export declare const deleteDesignDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const deleteDesignResponseSchema: z.ZodRecord; export declare const deleteDesignErrorSchema: z.ZodObject<{ errors: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }>; export declare const getDesignDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const getDesignResponseSchema: z.ZodIntersection; id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }>, z.ZodObject<{ editor: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodObject<{ html_content: z.ZodString; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content: string; plain_content?: string | undefined; }, { html_content: string; plain_content?: string | undefined; }>>>; export declare const getDesignErrorSchema: z.ZodObject<{ errors: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }>; export declare const putDesignDataSchema: z.ZodObject<{ body: z.ZodOptional>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; name: z.ZodOptional; plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; categories?: string[] | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; name?: string | undefined; categories?: string[] | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; body?: { subject?: string | undefined; name?: string | undefined; categories?: string[] | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; } | undefined; }, { path: { id: string; }; body?: { subject?: string | undefined; name?: string | undefined; categories?: string[] | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; } | undefined; }>; export declare const putDesignResponseSchema: z.ZodIntersection; id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }>, z.ZodObject<{ editor: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodObject<{ html_content: z.ZodString; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content: string; plain_content?: string | undefined; }, { html_content: string; plain_content?: string | undefined; }>>>; export declare const putDesignErrorSchema: z.ZodObject<{ errors: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }>; export declare const postDesignDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; body?: { name?: string | undefined; editor?: "code" | "design" | undefined; } | undefined; }, { path: { id: string; }; body?: { name?: string | undefined; editor?: "code" | "design" | undefined; } | undefined; }>; export declare const postDesignResponseSchema: z.ZodIntersection; id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }>, z.ZodObject<{ editor: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodObject<{ html_content: z.ZodString; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content: string; plain_content?: string | undefined; }, { html_content: string; plain_content?: string | undefined; }>>>; export declare const postDesignErrorSchema: z.ZodUnion<[z.ZodObject<{ error_id: z.ZodString; field: z.ZodString; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; error_id: string; field: string; }, { message: string; error_id: string; field: string; }>, z.ZodObject<{ errors: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }, { errors?: { message: string; error_id: string; field: string; }[] | undefined; }>]>; export declare const getDevicesStatsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodObject<{ aggregated_by: z.ZodOptional, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>>; end_date: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; start_date: z.ZodString; }, "strip", z.ZodTypeAny, { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }, { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }>; }, "strip", z.ZodTypeAny, { query: { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { query: { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getDevicesStatsResponseSchema: z.ZodArray; stats: z.ZodOptional; unique_opens: z.ZodOptional; }, "strip", z.ZodTypeAny, { opens?: number | undefined; unique_opens?: number | undefined; }, { opens?: number | undefined; unique_opens?: number | undefined; }>>; name: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }, { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }[] | undefined; }, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { opens?: number | undefined; unique_opens?: number | undefined; } | undefined; }[] | undefined; }>, "many">; export declare const getDevicesStatsErrorSchema: z.ZodUnknown; export declare const getGeoStatsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodObject<{ aggregated_by: z.ZodOptional, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>>; country: z.ZodOptional, z.ZodLiteral<"CA">]>>; end_date: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; start_date: z.ZodString; }, "strip", z.ZodTypeAny, { start_date: string; country?: "US" | "CA" | undefined; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }, { start_date: string; country?: "US" | "CA" | undefined; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }>; }, "strip", z.ZodTypeAny, { query: { start_date: string; country?: "US" | "CA" | undefined; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { query: { start_date: string; country?: "US" | "CA" | undefined; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getGeoStatsResponseSchema: z.ZodArray; stats: z.ZodOptional; unique_clicks: z.ZodOptional; }, "strip", z.ZodTypeAny, { clicks?: number | undefined; unique_clicks?: number | undefined; }, { clicks?: number | undefined; unique_clicks?: number | undefined; }>, z.ZodObject<{ opens: z.ZodOptional; unique_opens: z.ZodOptional; }, "strip", z.ZodTypeAny, { opens?: number | undefined; unique_opens?: number | undefined; }, { opens?: number | undefined; unique_opens?: number | undefined; }>>>; name: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; }) | undefined; }, { type?: string | undefined; name?: string | undefined; metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; }) | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; }) | undefined; }[] | undefined; }, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; }) | undefined; }[] | undefined; }>, "many">; export declare const getGeoStatsErrorSchema: z.ZodUnknown; export declare const getIpsDataSchema: z.ZodObject<{ query: z.ZodOptional; ip: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; sort_by_direction: z.ZodOptional, z.ZodLiteral<"asc">]>>; subuser: z.ZodOptional; }, "strip", z.ZodTypeAny, { ip?: string | undefined; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; exclude_whitelabels?: boolean | undefined; subuser?: string | undefined; }, { ip?: string | undefined; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; exclude_whitelabels?: boolean | undefined; subuser?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { ip?: string | undefined; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; exclude_whitelabels?: boolean | undefined; subuser?: string | undefined; } | undefined; }, { query?: { ip?: string | undefined; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; exclude_whitelabels?: boolean | undefined; subuser?: string | undefined; } | undefined; }>; export declare const getIpsResponseSchema: z.ZodArray; ip: z.ZodString; pools: z.ZodArray; rdns: z.ZodOptional; start_date: z.ZodNullable; subusers: z.ZodArray; warmup: z.ZodBoolean; whitelabeled: z.ZodBoolean; }, "strip", z.ZodTypeAny, { subusers: string[]; ip: string; start_date: number | null; assigned_at: number | null; pools: string[]; warmup: boolean; whitelabeled: boolean; rdns?: string | undefined; }, { subusers: string[]; ip: string; start_date: number | null; assigned_at: number | null; pools: string[]; warmup: boolean; whitelabeled: boolean; rdns?: string | undefined; }>, "many">; export declare const getIpsErrorSchema: z.ZodUnknown; export declare const postIpsDataSchema: z.ZodObject<{ body: z.ZodOptional>; warmup: z.ZodOptional; }, "strip", z.ZodTypeAny, { count: number; subusers?: string[] | undefined; warmup?: boolean | undefined; }, { count: number; subusers?: string[] | undefined; warmup?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { count: number; subusers?: string[] | undefined; warmup?: boolean | undefined; } | undefined; }, { body?: { count: number; subusers?: string[] | undefined; warmup?: boolean | undefined; } | undefined; }>; export declare const postIpsResponseSchema: z.ZodObject<{ ips: z.ZodArray; }, "strip", z.ZodTypeAny, { subusers: string[]; ip: string; }, { subusers: string[]; ip: string; }>, "many">; remaining_ips: z.ZodNumber; warmup: z.ZodBoolean; }, "strip", z.ZodTypeAny, { ips: { subusers: string[]; ip: string; }[]; warmup: boolean; remaining_ips: number; }, { ips: { subusers: string[]; ip: string; }[]; warmup: boolean; remaining_ips: number; }>; export declare const postIpsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getIpsAssignedResponseSchema: z.ZodArray; start_date: z.ZodNumber; warmup: z.ZodBoolean; }, "strip", z.ZodTypeAny, { ip: string; start_date: number; pools: string[]; warmup: boolean; }, { ip: string; start_date: number; pools: string[]; warmup: boolean; }>, "many">; export declare const getIpsAssignedErrorSchema: z.ZodUnknown; export declare const getIpsPoolsResponseSchema: z.ZodArray; }, "strip", z.ZodTypeAny, { name?: string | undefined; }, { name?: string | undefined; }>, "many">; export declare const getIpsPoolsErrorSchema: z.ZodUnknown; export declare const postIpsPoolsDataSchema: z.ZodObject<{ body: z.ZodOptional>; }, "strip", z.ZodTypeAny, { body?: { name: string; } | undefined; }, { body?: { name: string; } | undefined; }>; export declare const postIpsPoolsResponseSchema: z.ZodObject<{ name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; }, { name?: string | undefined; }>; export declare const postIpsPoolsErrorSchema: z.ZodUnknown; export declare const deleteIpsPoolsPoolNameDataSchema: z.ZodObject<{ path: z.ZodObject<{ pool_name: z.ZodString; }, "strip", z.ZodTypeAny, { pool_name: string; }, { pool_name: string; }>; }, "strip", z.ZodTypeAny, { path: { pool_name: string; }; }, { path: { pool_name: string; }; }>; export declare const deleteIpsPoolsPoolNameResponseSchema: z.ZodRecord; export declare const deleteIpsPoolsPoolNameErrorSchema: z.ZodObject<{ error: z.ZodOptional; }, "strip", z.ZodTypeAny, { error?: string | undefined; }, { error?: string | undefined; }>; export declare const getIpsPoolsPoolNameDataSchema: z.ZodObject<{ path: z.ZodObject<{ pool_name: z.ZodString; }, "strip", z.ZodTypeAny, { pool_name: string; }, { pool_name: string; }>; }, "strip", z.ZodTypeAny, { path: { pool_name: string; }; }, { path: { pool_name: string; }; }>; export declare const getIpsPoolsPoolNameResponseSchema: z.ZodObject<{ ips: z.ZodOptional>; pool_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { ips?: string[] | undefined; pool_name?: string | undefined; }, { ips?: string[] | undefined; pool_name?: string | undefined; }>; export declare const getIpsPoolsPoolNameErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const putIpsPoolsPoolNameDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; }, { name?: string | undefined; }>>; path: z.ZodObject<{ pool_name: z.ZodString; }, "strip", z.ZodTypeAny, { pool_name: string; }, { pool_name: string; }>; }, "strip", z.ZodTypeAny, { path: { pool_name: string; }; body?: { name?: string | undefined; } | undefined; }, { path: { pool_name: string; }; body?: { name?: string | undefined; } | undefined; }>; export declare const putIpsPoolsPoolNameResponseSchema: z.ZodObject<{ name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; }, { name?: string | undefined; }>; export declare const putIpsPoolsPoolNameErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: unknown; }, { message?: string | undefined; field?: unknown; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: unknown; }[] | undefined; }, { errors?: { message?: string | undefined; field?: unknown; }[] | undefined; }>; export declare const postIpsPoolsPoolNameIpsDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { ip?: string | undefined; }, { ip?: string | undefined; }>>; path: z.ZodObject<{ pool_name: z.ZodString; }, "strip", z.ZodTypeAny, { pool_name: string; }, { pool_name: string; }>; }, "strip", z.ZodTypeAny, { path: { pool_name: string; }; body?: { ip?: string | undefined; } | undefined; }, { path: { pool_name: string; }; body?: { ip?: string | undefined; } | undefined; }>; export declare const postIpsPoolsPoolNameIpsResponseSchema: z.ZodObject<{ ip: z.ZodString; pools: z.ZodArray; start_date: z.ZodNumber; warmup: z.ZodBoolean; }, "strip", z.ZodTypeAny, { ip: string; start_date: number; pools: string[]; warmup: boolean; }, { ip: string; start_date: number; pools: string[]; warmup: boolean; }>; export declare const postIpsPoolsPoolNameIpsErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: unknown; }, { message?: string | undefined; field?: unknown; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: unknown; }[] | undefined; }, { errors?: { message?: string | undefined; field?: unknown; }[] | undefined; }>; export declare const deleteIpsPoolsPoolNameIpsIpDataSchema: z.ZodObject<{ path: z.ZodObject<{ ip: z.ZodString; pool_name: z.ZodString; }, "strip", z.ZodTypeAny, { ip: string; pool_name: string; }, { ip: string; pool_name: string; }>; }, "strip", z.ZodTypeAny, { path: { ip: string; pool_name: string; }; }, { path: { ip: string; pool_name: string; }; }>; export declare const deleteIpsPoolsPoolNameIpsIpResponseSchema: z.ZodRecord; export declare const deleteIpsPoolsPoolNameIpsIpErrorSchema: z.ZodObject<{ error: z.ZodOptional; }, "strip", z.ZodTypeAny, { error?: string | undefined; }, { error?: string | undefined; }>; export declare const getIpsRemainingResponseSchema: z.ZodObject<{ results: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { results: { period: string; price_per_ip: number; remaining: number; }[]; }, { results: { period: string; price_per_ip: number; remaining: number; }[]; }>; export declare const getIpsRemainingErrorSchema: z.ZodUnknown; export declare const getIpsWarmupResponseSchema: z.ZodArray, "many">; export declare const getIpsWarmupErrorSchema: z.ZodUnknown; export declare const postIpsWarmupDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { ip?: string | undefined; }, { ip?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { ip?: string | undefined; } | undefined; }, { body?: { ip?: string | undefined; } | undefined; }>; export declare const postIpsWarmupResponseSchema: z.ZodArray, "many">; export declare const postIpsWarmupErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: unknown; }, { message?: string | undefined; field?: unknown; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: unknown; }[] | undefined; }, { errors?: { message?: string | undefined; field?: unknown; }[] | undefined; }>; export declare const deleteIpsWarmupIpAddressDataSchema: z.ZodObject<{ path: z.ZodObject<{ ip_address: z.ZodString; }, "strip", z.ZodTypeAny, { ip_address: string; }, { ip_address: string; }>; }, "strip", z.ZodTypeAny, { path: { ip_address: string; }; }, { path: { ip_address: string; }; }>; export declare const deleteIpsWarmupIpAddressResponseSchema: z.ZodRecord; export declare const deleteIpsWarmupIpAddressErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: unknown; }, { message?: string | undefined; field?: unknown; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: unknown; }[] | undefined; }, { errors?: { message?: string | undefined; field?: unknown; }[] | undefined; }>; export declare const getIpsWarmupIpAddressDataSchema: z.ZodObject<{ path: z.ZodObject<{ ip_address: z.ZodString; }, "strip", z.ZodTypeAny, { ip_address: string; }, { ip_address: string; }>; }, "strip", z.ZodTypeAny, { path: { ip_address: string; }; }, { path: { ip_address: string; }; }>; export declare const getIpsWarmupIpAddressResponseSchema: z.ZodArray, "many">; export declare const getIpsWarmupIpAddressErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: unknown; }, { message?: string | undefined; field?: unknown; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: unknown; }[] | undefined; }, { errors?: { message?: string | undefined; field?: unknown; }[] | undefined; }>; export declare const getIpsIpAddressDataSchema: z.ZodObject<{ path: z.ZodObject<{ ip_address: z.ZodString; }, "strip", z.ZodTypeAny, { ip_address: string; }, { ip_address: string; }>; }, "strip", z.ZodTypeAny, { path: { ip_address: string; }; }, { path: { ip_address: string; }; }>; export declare const getIpsIpAddressResponseSchema: z.ZodObject<{ ip: z.ZodString; pools: z.ZodArray; rdns: z.ZodString; start_date: z.ZodNullable; subusers: z.ZodArray; warmup: z.ZodBoolean; whitelabeled: z.ZodBoolean; }, "strip", z.ZodTypeAny, { subusers: string[]; ip: string; start_date: number | null; rdns: string; pools: string[]; warmup: boolean; whitelabeled: boolean; }, { subusers: string[]; ip: string; start_date: number | null; rdns: string; pools: string[]; warmup: boolean; whitelabeled: boolean; }>; export declare const getIpsIpAddressErrorSchema: z.ZodUnknown; export declare const postMailBatchDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const postMailBatchResponseSchema: z.ZodObject<{ batch_id: z.ZodString; }, "strip", z.ZodTypeAny, { batch_id: string; }, { batch_id: string; }>; export declare const postMailBatchErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; help: z.ZodOptional>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getMailBatchBatchIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ batch_id: z.ZodString; }, "strip", z.ZodTypeAny, { batch_id: string; }, { batch_id: string; }>; }, "strip", z.ZodTypeAny, { path: { batch_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { batch_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getMailBatchBatchIdResponseSchema: z.ZodObject<{ batch_id: z.ZodString; }, "strip", z.ZodTypeAny, { batch_id: string; }, { batch_id: string; }>; export declare const getMailBatchBatchIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; help: z.ZodOptional>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postMailSendDataSchema: z.ZodObject<{ body: z.ZodOptional>; }, "strip", z.ZodTypeAny, { group_id: number; groups_to_display?: number[] | undefined; }, { group_id: number; groups_to_display?: number[] | undefined; }>>; attachments: z.ZodOptional; disposition: z.ZodOptional, z.ZodLiteral<"attachment">]>>; filename: z.ZodString; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { content: string; filename: string; type?: string | undefined; content_id?: string | undefined; disposition?: "inline" | "attachment" | undefined; }, { content: string; filename: string; type?: string | undefined; content_id?: string | undefined; disposition?: "inline" | "attachment" | undefined; }>, "many">>; batch_id: z.ZodOptional; categories: z.ZodOptional>; content: z.ZodArray, "many">; custom_args: z.ZodOptional; from: z.ZodObject<{ email: z.ZodString; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>; headers: z.ZodOptional>; ip_pool_name: z.ZodOptional; mail_settings: z.ZodOptional; }, "strip", z.ZodTypeAny, { enable?: boolean | undefined; }, { enable?: boolean | undefined; }>>; bypass_list_management: z.ZodOptional; }, "strip", z.ZodTypeAny, { enable?: boolean | undefined; }, { enable?: boolean | undefined; }>>; bypass_spam_management: z.ZodOptional; }, "strip", z.ZodTypeAny, { enable?: boolean | undefined; }, { enable?: boolean | undefined; }>>; bypass_unsubscribe_management: z.ZodOptional; }, "strip", z.ZodTypeAny, { enable?: boolean | undefined; }, { enable?: boolean | undefined; }>>; footer: z.ZodOptional; html: z.ZodOptional; text: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; }, { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; }>>; sandbox_mode: z.ZodOptional; }, "strip", z.ZodTypeAny, { enable?: boolean | undefined; }, { enable?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { bypass_bounce_management?: { enable?: boolean | undefined; } | undefined; bypass_list_management?: { enable?: boolean | undefined; } | undefined; bypass_spam_management?: { enable?: boolean | undefined; } | undefined; bypass_unsubscribe_management?: { enable?: boolean | undefined; } | undefined; footer?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; } | undefined; sandbox_mode?: { enable?: boolean | undefined; } | undefined; }, { bypass_bounce_management?: { enable?: boolean | undefined; } | undefined; bypass_list_management?: { enable?: boolean | undefined; } | undefined; bypass_spam_management?: { enable?: boolean | undefined; } | undefined; bypass_unsubscribe_management?: { enable?: boolean | undefined; } | undefined; footer?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; } | undefined; sandbox_mode?: { enable?: boolean | undefined; } | undefined; }>>; personalizations: z.ZodArray; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>, "many">>; cc: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>, "many">>; custom_args: z.ZodOptional>; dynamic_template_data: z.ZodOptional>; from: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>>; headers: z.ZodOptional>; send_at: z.ZodOptional; subject: z.ZodOptional; substitutions: z.ZodOptional>; to: z.ZodArray; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { to: { email: string; name?: string | undefined; }[]; subject?: string | undefined; from?: { email: string; name?: string | undefined; } | undefined; send_at?: number | undefined; headers?: Record | undefined; custom_args?: Record | undefined; bcc?: { email: string; name?: string | undefined; }[] | undefined; cc?: { email: string; name?: string | undefined; }[] | undefined; dynamic_template_data?: Record | undefined; substitutions?: Record | undefined; }, { to: { email: string; name?: string | undefined; }[]; subject?: string | undefined; from?: { email: string; name?: string | undefined; } | undefined; send_at?: number | undefined; headers?: Record | undefined; custom_args?: Record | undefined; bcc?: { email: string; name?: string | undefined; }[] | undefined; cc?: { email: string; name?: string | undefined; }[] | undefined; dynamic_template_data?: Record | undefined; substitutions?: Record | undefined; }>, "many">; reply_to: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>>; reply_to_list: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>, "many">>; send_at: z.ZodOptional; subject: z.ZodString; template_id: z.ZodOptional; tracking_settings: z.ZodOptional; enable_text: z.ZodOptional; }, "strip", z.ZodTypeAny, { enable_text?: boolean | undefined; enable?: boolean | undefined; }, { enable_text?: boolean | undefined; enable?: boolean | undefined; }>>; ganalytics: z.ZodOptional; utm_campaign: z.ZodOptional; utm_content: z.ZodOptional; utm_medium: z.ZodOptional; utm_source: z.ZodOptional; utm_term: z.ZodOptional; }, "strip", z.ZodTypeAny, { utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; enable?: boolean | undefined; }, { utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; enable?: boolean | undefined; }>>; open_tracking: z.ZodOptional; substitution_tag: z.ZodOptional; }, "strip", z.ZodTypeAny, { enable?: boolean | undefined; substitution_tag?: string | undefined; }, { enable?: boolean | undefined; substitution_tag?: string | undefined; }>>; subscription_tracking: z.ZodOptional; html: z.ZodOptional; substitution_tag: z.ZodOptional; text: z.ZodOptional; }, "strip", z.ZodTypeAny, { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; substitution_tag?: string | undefined; }, { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; substitution_tag?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { click_tracking?: { enable_text?: boolean | undefined; enable?: boolean | undefined; } | undefined; ganalytics?: { utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; enable?: boolean | undefined; } | undefined; open_tracking?: { enable?: boolean | undefined; substitution_tag?: string | undefined; } | undefined; subscription_tracking?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; substitution_tag?: string | undefined; } | undefined; }, { click_tracking?: { enable_text?: boolean | undefined; enable?: boolean | undefined; } | undefined; ganalytics?: { utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; enable?: boolean | undefined; } | undefined; open_tracking?: { enable?: boolean | undefined; substitution_tag?: string | undefined; } | undefined; subscription_tracking?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; substitution_tag?: string | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { subject: string; content: { value: string; type: string; }[]; from: { email: string; name?: string | undefined; }; personalizations: { to: { email: string; name?: string | undefined; }[]; subject?: string | undefined; from?: { email: string; name?: string | undefined; } | undefined; send_at?: number | undefined; headers?: Record | undefined; custom_args?: Record | undefined; bcc?: { email: string; name?: string | undefined; }[] | undefined; cc?: { email: string; name?: string | undefined; }[] | undefined; dynamic_template_data?: Record | undefined; substitutions?: Record | undefined; }[]; categories?: string[] | undefined; batch_id?: string | undefined; template_id?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; send_at?: number | undefined; headers?: Record | undefined; asm?: { group_id: number; groups_to_display?: number[] | undefined; } | undefined; attachments?: { content: string; filename: string; type?: string | undefined; content_id?: string | undefined; disposition?: "inline" | "attachment" | undefined; }[] | undefined; custom_args?: string | undefined; ip_pool_name?: string | undefined; mail_settings?: { bypass_bounce_management?: { enable?: boolean | undefined; } | undefined; bypass_list_management?: { enable?: boolean | undefined; } | undefined; bypass_spam_management?: { enable?: boolean | undefined; } | undefined; bypass_unsubscribe_management?: { enable?: boolean | undefined; } | undefined; footer?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; } | undefined; sandbox_mode?: { enable?: boolean | undefined; } | undefined; } | undefined; reply_to_list?: { email: string; name?: string | undefined; }[] | undefined; tracking_settings?: { click_tracking?: { enable_text?: boolean | undefined; enable?: boolean | undefined; } | undefined; ganalytics?: { utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; enable?: boolean | undefined; } | undefined; open_tracking?: { enable?: boolean | undefined; substitution_tag?: string | undefined; } | undefined; subscription_tracking?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; substitution_tag?: string | undefined; } | undefined; } | undefined; }, { subject: string; content: { value: string; type: string; }[]; from: { email: string; name?: string | undefined; }; personalizations: { to: { email: string; name?: string | undefined; }[]; subject?: string | undefined; from?: { email: string; name?: string | undefined; } | undefined; send_at?: number | undefined; headers?: Record | undefined; custom_args?: Record | undefined; bcc?: { email: string; name?: string | undefined; }[] | undefined; cc?: { email: string; name?: string | undefined; }[] | undefined; dynamic_template_data?: Record | undefined; substitutions?: Record | undefined; }[]; categories?: string[] | undefined; batch_id?: string | undefined; template_id?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; send_at?: number | undefined; headers?: Record | undefined; asm?: { group_id: number; groups_to_display?: number[] | undefined; } | undefined; attachments?: { content: string; filename: string; type?: string | undefined; content_id?: string | undefined; disposition?: "inline" | "attachment" | undefined; }[] | undefined; custom_args?: string | undefined; ip_pool_name?: string | undefined; mail_settings?: { bypass_bounce_management?: { enable?: boolean | undefined; } | undefined; bypass_list_management?: { enable?: boolean | undefined; } | undefined; bypass_spam_management?: { enable?: boolean | undefined; } | undefined; bypass_unsubscribe_management?: { enable?: boolean | undefined; } | undefined; footer?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; } | undefined; sandbox_mode?: { enable?: boolean | undefined; } | undefined; } | undefined; reply_to_list?: { email: string; name?: string | undefined; }[] | undefined; tracking_settings?: { click_tracking?: { enable_text?: boolean | undefined; enable?: boolean | undefined; } | undefined; ganalytics?: { utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; enable?: boolean | undefined; } | undefined; open_tracking?: { enable?: boolean | undefined; substitution_tag?: string | undefined; } | undefined; subscription_tracking?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; substitution_tag?: string | undefined; } | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { subject: string; content: { value: string; type: string; }[]; from: { email: string; name?: string | undefined; }; personalizations: { to: { email: string; name?: string | undefined; }[]; subject?: string | undefined; from?: { email: string; name?: string | undefined; } | undefined; send_at?: number | undefined; headers?: Record | undefined; custom_args?: Record | undefined; bcc?: { email: string; name?: string | undefined; }[] | undefined; cc?: { email: string; name?: string | undefined; }[] | undefined; dynamic_template_data?: Record | undefined; substitutions?: Record | undefined; }[]; categories?: string[] | undefined; batch_id?: string | undefined; template_id?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; send_at?: number | undefined; headers?: Record | undefined; asm?: { group_id: number; groups_to_display?: number[] | undefined; } | undefined; attachments?: { content: string; filename: string; type?: string | undefined; content_id?: string | undefined; disposition?: "inline" | "attachment" | undefined; }[] | undefined; custom_args?: string | undefined; ip_pool_name?: string | undefined; mail_settings?: { bypass_bounce_management?: { enable?: boolean | undefined; } | undefined; bypass_list_management?: { enable?: boolean | undefined; } | undefined; bypass_spam_management?: { enable?: boolean | undefined; } | undefined; bypass_unsubscribe_management?: { enable?: boolean | undefined; } | undefined; footer?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; } | undefined; sandbox_mode?: { enable?: boolean | undefined; } | undefined; } | undefined; reply_to_list?: { email: string; name?: string | undefined; }[] | undefined; tracking_settings?: { click_tracking?: { enable_text?: boolean | undefined; enable?: boolean | undefined; } | undefined; ganalytics?: { utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; enable?: boolean | undefined; } | undefined; open_tracking?: { enable?: boolean | undefined; substitution_tag?: string | undefined; } | undefined; subscription_tracking?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; substitution_tag?: string | undefined; } | undefined; } | undefined; } | undefined; }, { body?: { subject: string; content: { value: string; type: string; }[]; from: { email: string; name?: string | undefined; }; personalizations: { to: { email: string; name?: string | undefined; }[]; subject?: string | undefined; from?: { email: string; name?: string | undefined; } | undefined; send_at?: number | undefined; headers?: Record | undefined; custom_args?: Record | undefined; bcc?: { email: string; name?: string | undefined; }[] | undefined; cc?: { email: string; name?: string | undefined; }[] | undefined; dynamic_template_data?: Record | undefined; substitutions?: Record | undefined; }[]; categories?: string[] | undefined; batch_id?: string | undefined; template_id?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; send_at?: number | undefined; headers?: Record | undefined; asm?: { group_id: number; groups_to_display?: number[] | undefined; } | undefined; attachments?: { content: string; filename: string; type?: string | undefined; content_id?: string | undefined; disposition?: "inline" | "attachment" | undefined; }[] | undefined; custom_args?: string | undefined; ip_pool_name?: string | undefined; mail_settings?: { bypass_bounce_management?: { enable?: boolean | undefined; } | undefined; bypass_list_management?: { enable?: boolean | undefined; } | undefined; bypass_spam_management?: { enable?: boolean | undefined; } | undefined; bypass_unsubscribe_management?: { enable?: boolean | undefined; } | undefined; footer?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; } | undefined; sandbox_mode?: { enable?: boolean | undefined; } | undefined; } | undefined; reply_to_list?: { email: string; name?: string | undefined; }[] | undefined; tracking_settings?: { click_tracking?: { enable_text?: boolean | undefined; enable?: boolean | undefined; } | undefined; ganalytics?: { utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; enable?: boolean | undefined; } | undefined; open_tracking?: { enable?: boolean | undefined; substitution_tag?: string | undefined; } | undefined; subscription_tracking?: { text?: string | undefined; enable?: boolean | undefined; html?: string | undefined; substitution_tag?: string | undefined; } | undefined; } | undefined; } | undefined; }>; export declare const postMailSendResponseSchema: z.ZodUnknown; export declare const postMailSendErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getMailSettingsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; offset: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; offset?: number | undefined; }, { limit?: number | undefined; offset?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; } | undefined; }>; export declare const getMailSettingsResponseSchema: z.ZodObject<{ result: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { result: { name: string; title: string; enabled: boolean; description: string; }[]; }, { result: { name: string; title: string; enabled: boolean; description: string; }[]; }>; export declare const getMailSettingsErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const getMailSettingsAddressWhitelistDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getMailSettingsAddressWhitelistResponseSchema: z.ZodObject<{ enabled: z.ZodOptional; list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; list?: string[] | undefined; }, { enabled?: boolean | undefined; list?: string[] | undefined; }>; export declare const getMailSettingsAddressWhitelistErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const patchMailSettingsAddressWhitelistDataSchema: z.ZodObject<{ body: z.ZodOptional; list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; list?: string[] | undefined; }, { enabled?: boolean | undefined; list?: string[] | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; list?: string[] | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; list?: string[] | undefined; } | undefined; }>; export declare const patchMailSettingsAddressWhitelistResponseSchema: z.ZodObject<{ enabled: z.ZodOptional; list: z.ZodOptional>; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; list?: string[] | undefined; }, { enabled?: boolean | undefined; list?: string[] | undefined; }>; export declare const patchMailSettingsAddressWhitelistErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const getMailSettingsBouncePurgeDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getMailSettingsBouncePurgeResponseSchema: z.ZodObject<{ enabled: z.ZodOptional; hard_bounces: z.ZodNullable>; soft_bounces: z.ZodNullable>; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; hard_bounces?: number | null | undefined; soft_bounces?: number | null | undefined; }, { enabled?: boolean | undefined; hard_bounces?: number | null | undefined; soft_bounces?: number | null | undefined; }>; export declare const getMailSettingsBouncePurgeErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const patchMailSettingsBouncePurgeDataSchema: z.ZodObject<{ body: z.ZodOptional; hard_bounces: z.ZodNullable>; soft_bounces: z.ZodNullable>; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; hard_bounces?: number | null | undefined; soft_bounces?: number | null | undefined; }, { enabled?: boolean | undefined; hard_bounces?: number | null | undefined; soft_bounces?: number | null | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; hard_bounces?: number | null | undefined; soft_bounces?: number | null | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; hard_bounces?: number | null | undefined; soft_bounces?: number | null | undefined; } | undefined; }>; export declare const patchMailSettingsBouncePurgeResponseSchema: z.ZodObject<{ enabled: z.ZodOptional; hard_bounces: z.ZodNullable>; soft_bounces: z.ZodNullable>; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; hard_bounces?: number | null | undefined; soft_bounces?: number | null | undefined; }, { enabled?: boolean | undefined; hard_bounces?: number | null | undefined; soft_bounces?: number | null | undefined; }>; export declare const patchMailSettingsBouncePurgeErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const getMailSettingsFooterDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getMailSettingsFooterResponseSchema: z.ZodObject<{ enabled: z.ZodOptional; html_content: z.ZodOptional; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; }, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; }>; export declare const getMailSettingsFooterErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const patchMailSettingsFooterDataSchema: z.ZodObject<{ body: z.ZodOptional; html_content: z.ZodOptional; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; }, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; } | undefined; }>; export declare const patchMailSettingsFooterResponseSchema: z.ZodObject<{ enabled: z.ZodOptional; html_content: z.ZodOptional; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; }, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; }>; export declare const patchMailSettingsFooterErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const getMailSettingsForwardBounceDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getMailSettingsForwardBounceResponseSchema: z.ZodObject<{ email: z.ZodNullable>; enabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: string | null | undefined; enabled?: boolean | undefined; }, { email?: string | null | undefined; enabled?: boolean | undefined; }>; export declare const getMailSettingsForwardBounceErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const patchMailSettingsForwardBounceDataSchema: z.ZodObject<{ body: z.ZodOptional>; enabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: string | null | undefined; enabled?: boolean | undefined; }, { email?: string | null | undefined; enabled?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { email?: string | null | undefined; enabled?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { email?: string | null | undefined; enabled?: boolean | undefined; } | undefined; }>; export declare const patchMailSettingsForwardBounceResponseSchema: z.ZodObject<{ email: z.ZodNullable>; enabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: string | null | undefined; enabled?: boolean | undefined; }, { email?: string | null | undefined; enabled?: boolean | undefined; }>; export declare const patchMailSettingsForwardBounceErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const getMailSettingsForwardSpamDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getMailSettingsForwardSpamResponseSchema: z.ZodObject<{ email: z.ZodOptional; enabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: string | undefined; enabled?: boolean | undefined; }, { email?: string | undefined; enabled?: boolean | undefined; }>; export declare const getMailSettingsForwardSpamErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const patchMailSettingsForwardSpamDataSchema: z.ZodObject<{ body: z.ZodOptional; enabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: string | undefined; enabled?: boolean | undefined; }, { email?: string | undefined; enabled?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { email?: string | undefined; enabled?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { email?: string | undefined; enabled?: boolean | undefined; } | undefined; }>; export declare const patchMailSettingsForwardSpamResponseSchema: z.ZodObject<{ email: z.ZodOptional; enabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: string | undefined; enabled?: boolean | undefined; }, { email?: string | undefined; enabled?: boolean | undefined; }>; export declare const patchMailSettingsForwardSpamErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const getMailSettingsTemplateDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getMailSettingsTemplateResponseSchema: z.ZodObject<{ enabled: z.ZodOptional; html_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content?: string | undefined; enabled?: boolean | undefined; }, { html_content?: string | undefined; enabled?: boolean | undefined; }>; export declare const getMailSettingsTemplateErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const patchMailSettingsTemplateDataSchema: z.ZodObject<{ body: z.ZodOptional; html_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content?: string | undefined; enabled?: boolean | undefined; }, { html_content?: string | undefined; enabled?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { html_content?: string | undefined; enabled?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { html_content?: string | undefined; enabled?: boolean | undefined; } | undefined; }>; export declare const patchMailSettingsTemplateResponseSchema: z.ZodObject<{ enabled: z.ZodBoolean; html_content: z.ZodString; }, "strip", z.ZodTypeAny, { html_content: string; enabled: boolean; }, { html_content: string; enabled: boolean; }>; export declare const patchMailSettingsTemplateErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodNullable>; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | null | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const getMailboxProvidersStatsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodObject<{ aggregated_by: z.ZodOptional, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>>; end_date: z.ZodOptional; limit: z.ZodOptional; mailbox_providers: z.ZodOptional; offset: z.ZodOptional; start_date: z.ZodString; }, "strip", z.ZodTypeAny, { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; mailbox_providers?: string | undefined; }, { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; mailbox_providers?: string | undefined; }>; }, "strip", z.ZodTypeAny, { query: { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; mailbox_providers?: string | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { query: { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; mailbox_providers?: string | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const advancedStatsMailboxProviderSchema: z.ZodIntersection; unique_clicks: z.ZodOptional; }, "strip", z.ZodTypeAny, { clicks?: number | undefined; unique_clicks?: number | undefined; }, { clicks?: number | undefined; unique_clicks?: number | undefined; }>, z.ZodObject<{ opens: z.ZodOptional; unique_opens: z.ZodOptional; }, "strip", z.ZodTypeAny, { opens?: number | undefined; unique_opens?: number | undefined; }, { opens?: number | undefined; unique_opens?: number | undefined; }>>, z.ZodObject<{ blocks: z.ZodOptional; bounces: z.ZodOptional; deferred: z.ZodOptional; delivered: z.ZodOptional; drops: z.ZodOptional; processed: z.ZodOptional; requests: z.ZodOptional; spam_reports: z.ZodOptional; }, "strip", z.ZodTypeAny, { processed?: number | undefined; delivered?: number | undefined; bounces?: number | undefined; requests?: number | undefined; spam_reports?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; drops?: number | undefined; }, { processed?: number | undefined; delivered?: number | undefined; bounces?: number | undefined; requests?: number | undefined; spam_reports?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; drops?: number | undefined; }>>; export declare const getMailboxProvidersStatsErrorSchema: z.ZodUnknown; export declare const deleteMcContactsDataSchema: z.ZodObject<{ query: z.ZodOptional; ids: z.ZodOptional; }, "strip", z.ZodTypeAny, { ids?: string | undefined; delete_all_contacts?: string | undefined; }, { ids?: string | undefined; delete_all_contacts?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { ids?: string | undefined; delete_all_contacts?: string | undefined; } | undefined; }, { query?: { ids?: string | undefined; delete_all_contacts?: string | undefined; } | undefined; }>; export declare const deleteMcContactsResponseSchema: z.ZodObject<{ job_id: z.ZodRecord; }, "strip", z.ZodTypeAny, { job_id: Record; }, { job_id: Record; }>; export declare const deleteMcContactsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: Record[]; }, { errors: Record[]; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getMcContatsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; contact_count: z.ZodOptional; result: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; alternate_emails: z.ZodOptional>; city: z.ZodOptional; country: z.ZodOptional; created_at: z.ZodString; custom_fields: z.ZodOptional>; email: z.ZodOptional; facebook: z.ZodOptional; first_name: z.ZodOptional; id: z.ZodString; last_name: z.ZodOptional; line: z.ZodOptional; list_ids: z.ZodArray; phone_number: z.ZodOptional; postal_code: z.ZodOptional; segment_ids: z.ZodArray; state_province_region: z.ZodOptional; unique_name: z.ZodOptional; updated_at: z.ZodString; whatsapp: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }, { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; result?: { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }[] | undefined; }, { _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; result?: { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }[] | undefined; }>; export declare const getMcContatsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodRecord, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const contactRequestSchema: z.ZodObject<{ address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; alternate_emails: z.ZodOptional>; city: z.ZodOptional; country: z.ZodOptional; custom_fields: z.ZodOptional>; email: z.ZodString; first_name: z.ZodOptional; last_name: z.ZodOptional; postal_code: z.ZodOptional; state_province_region: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; }, { email: string; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; }>; export declare const putMcContactsResponseSchema: z.ZodObject<{ job_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { job_id?: string | undefined; }, { job_id?: string | undefined; }>; export declare const putMcContactsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postMarketingContactsBatchDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { ids: string[]; }, { ids: string[]; }>>; }, "strip", z.ZodTypeAny, { body?: { ids: string[]; } | undefined; }, { body?: { ids: string[]; } | undefined; }>; export declare const postMarketingContactsBatchResponseSchema: z.ZodObject<{ result: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; alternate_emails: z.ZodOptional>; city: z.ZodOptional; country: z.ZodOptional; created_at: z.ZodString; custom_fields: z.ZodOptional>; email: z.ZodOptional; facebook: z.ZodOptional; first_name: z.ZodOptional; id: z.ZodString; last_name: z.ZodOptional; line: z.ZodOptional; list_ids: z.ZodArray; phone_number: z.ZodOptional; postal_code: z.ZodOptional; segment_ids: z.ZodArray; state_province_region: z.ZodOptional; unique_name: z.ZodOptional; updated_at: z.ZodString; whatsapp: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }, { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { result?: { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }[] | undefined; }, { result?: { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }[] | undefined; }>; export declare const postMarketingContactsBatchErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodRecord, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getMcContactsCountResponseSchema: z.ZodObject<{ billable_breakdown: z.ZodOptional>; total: z.ZodOptional; }, "strip", z.ZodTypeAny, { total?: number | undefined; breakdown?: Record | undefined; }, { total?: number | undefined; breakdown?: Record | undefined; }>>; billable_count: z.ZodOptional; contact_count: z.ZodNumber; }, "strip", z.ZodTypeAny, { contact_count: number; billable_breakdown?: { total?: number | undefined; breakdown?: Record | undefined; } | undefined; billable_count?: number | undefined; }, { contact_count: number; billable_breakdown?: { total?: number | undefined; breakdown?: Record | undefined; } | undefined; billable_count?: number | undefined; }>; export declare const getMcContactsCountErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getMarketingContactsExportsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; result: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; completed_at: z.ZodOptional; created_at: z.ZodOptional; expires_at: z.ZodOptional; export_type: z.ZodOptional; id: z.ZodOptional; lists: z.ZodOptional; Name: z.ZodOptional; }, "strip", z.ZodTypeAny, { ID?: string | undefined; Name?: string | undefined; }, { ID?: string | undefined; Name?: string | undefined; }>, "many">>; segments: z.ZodOptional; Name: z.ZodOptional; }, "strip", z.ZodTypeAny, { ID?: string | undefined; Name?: string | undefined; }, { ID?: string | undefined; Name?: string | undefined; }>, "many">>; status: z.ZodOptional; urls: z.ZodOptional>; user_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: string | undefined; id?: string | undefined; user_id?: string | undefined; _metadata?: { next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; created_at?: string | undefined; completed_at?: string | undefined; expires_at?: string | undefined; urls?: string[] | undefined; lists?: { ID?: string | undefined; Name?: string | undefined; }[] | undefined; segments?: { ID?: string | undefined; Name?: string | undefined; }[] | undefined; export_type?: string | undefined; }, { status?: string | undefined; id?: string | undefined; user_id?: string | undefined; _metadata?: { next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; created_at?: string | undefined; completed_at?: string | undefined; expires_at?: string | undefined; urls?: string[] | undefined; lists?: { ID?: string | undefined; Name?: string | undefined; }[] | undefined; segments?: { ID?: string | undefined; Name?: string | undefined; }[] | undefined; export_type?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { _metadata?: { next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: { status?: string | undefined; id?: string | undefined; user_id?: string | undefined; _metadata?: { next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; created_at?: string | undefined; completed_at?: string | undefined; expires_at?: string | undefined; urls?: string[] | undefined; lists?: { ID?: string | undefined; Name?: string | undefined; }[] | undefined; segments?: { ID?: string | undefined; Name?: string | undefined; }[] | undefined; export_type?: string | undefined; }[] | undefined; }, { _metadata?: { next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: { status?: string | undefined; id?: string | undefined; user_id?: string | undefined; _metadata?: { next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; created_at?: string | undefined; completed_at?: string | undefined; expires_at?: string | undefined; urls?: string[] | undefined; lists?: { ID?: string | undefined; Name?: string | undefined; }[] | undefined; segments?: { ID?: string | undefined; Name?: string | undefined; }[] | undefined; export_type?: string | undefined; }[] | undefined; }>; export declare const getMarketingContactsExportsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; error_id: z.ZodOptional; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; ''?: string | undefined; error_id?: string | undefined; }, { message: string; ''?: string | undefined; error_id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; ''?: string | undefined; error_id?: string | undefined; }[] | undefined; }, { errors?: { message: string; ''?: string | undefined; error_id?: string | undefined; }[] | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postMcContactsExportsDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<"json">]>>; list_ids: z.ZodOptional>; max_file_size: z.ZodOptional; notifications: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: boolean | undefined; }, { email?: boolean | undefined; }>>; segment_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; file_type?: "csv" | "json" | undefined; max_file_size?: number | undefined; notifications?: { email?: boolean | undefined; } | undefined; }, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; file_type?: "csv" | "json" | undefined; max_file_size?: number | undefined; notifications?: { email?: boolean | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; file_type?: "csv" | "json" | undefined; max_file_size?: number | undefined; notifications?: { email?: boolean | undefined; } | undefined; } | undefined; }, { body?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; file_type?: "csv" | "json" | undefined; max_file_size?: number | undefined; notifications?: { email?: boolean | undefined; } | undefined; } | undefined; }>; export declare const postMcContactsExportsResponseSchema: z.ZodObject<{ _metadata: z.ZodObject<{ count: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; id?: string | undefined; }, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; id?: string | undefined; }>; export declare const postMcContactsExportsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getMcContactsExportsIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const getMcContactsExportsIdResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; completed_at: z.ZodOptional; contact_count: z.ZodOptional; created_at: z.ZodString; expires_at: z.ZodString; id: z.ZodString; message: z.ZodOptional; status: z.ZodUnion<[z.ZodLiteral<"pending">, z.ZodLiteral<"ready">, z.ZodLiteral<"failure">]>; updated_at: z.ZodString; urls: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status: "pending" | "ready" | "failure"; id: string; created_at: string; updated_at: string; expires_at: string; message?: string | undefined; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; completed_at?: string | undefined; contact_count?: number | undefined; urls?: string[] | undefined; }, { status: "pending" | "ready" | "failure"; id: string; created_at: string; updated_at: string; expires_at: string; message?: string | undefined; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; completed_at?: string | undefined; contact_count?: number | undefined; urls?: string[] | undefined; }>; export declare const getMcContactsExportsIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const putMcContactsImportsDataSchema: z.ZodObject<{ body: z.ZodOptional, "many">; file_type: z.ZodLiteral<"csv">; list_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { file_type: "csv"; field_mappings: unknown[]; list_ids?: string[] | undefined; }, { file_type: "csv"; field_mappings: unknown[]; list_ids?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { file_type: "csv"; field_mappings: unknown[]; list_ids?: string[] | undefined; } | undefined; }, { body?: { file_type: "csv"; field_mappings: unknown[]; list_ids?: string[] | undefined; } | undefined; }>; export declare const putMcContactsImportsResponseSchema: z.ZodObject<{ job_id: z.ZodOptional; upload_headers: z.ZodOptional, "many">>; upload_uri: z.ZodOptional; }, "strip", z.ZodTypeAny, { job_id?: string | undefined; upload_headers?: { value: string; header: string; }[] | undefined; upload_uri?: string | undefined; }, { job_id?: string | undefined; upload_headers?: { value: string; header: string; }[] | undefined; upload_uri?: string | undefined; }>; export declare const putMcContactsImportsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[]; }, { errors: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[]; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getMarketingContactsImportsIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const getMarketingContactsImportsIdResponseSchema: z.ZodObject<{ finished_at: z.ZodOptional; id: z.ZodOptional; job_type: z.ZodOptional; results: z.ZodOptional; deleted_count: z.ZodOptional; errored_count: z.ZodOptional; errors_url: z.ZodOptional; requested_count: z.ZodOptional; updated_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { created_count?: number | undefined; deleted_count?: number | undefined; errored_count?: number | undefined; errors_url?: string | undefined; requested_count?: number | undefined; updated_count?: number | undefined; }, { created_count?: number | undefined; deleted_count?: number | undefined; errored_count?: number | undefined; errors_url?: string | undefined; requested_count?: number | undefined; updated_count?: number | undefined; }>>; started_at: z.ZodOptional; status: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: string | undefined; id?: string | undefined; finished_at?: string | undefined; job_type?: string | undefined; results?: { created_count?: number | undefined; deleted_count?: number | undefined; errored_count?: number | undefined; errors_url?: string | undefined; requested_count?: number | undefined; updated_count?: number | undefined; } | undefined; started_at?: string | undefined; }, { status?: string | undefined; id?: string | undefined; finished_at?: string | undefined; job_type?: string | undefined; results?: { created_count?: number | undefined; deleted_count?: number | undefined; errored_count?: number | undefined; errors_url?: string | undefined; requested_count?: number | undefined; updated_count?: number | undefined; } | undefined; started_at?: string | undefined; }>; export declare const getMarketingContactsImportsIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; } | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; } | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postMcContactsSearchDataSchema: z.ZodObject<{ body: z.ZodOptional>; }, "strip", z.ZodTypeAny, { body?: { query: string; } | undefined; }, { body?: { query: string; } | undefined; }>; export declare const postMcContactsSearchResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; contact_count: z.ZodNumber; result: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; alternate_emails: z.ZodOptional>; city: z.ZodOptional; country: z.ZodOptional; created_at: z.ZodString; custom_fields: z.ZodOptional>; email: z.ZodOptional; facebook: z.ZodOptional; first_name: z.ZodOptional; id: z.ZodString; last_name: z.ZodOptional; line: z.ZodOptional; list_ids: z.ZodArray; phone_number: z.ZodOptional; postal_code: z.ZodOptional; segment_ids: z.ZodArray; state_province_region: z.ZodOptional; unique_name: z.ZodOptional; updated_at: z.ZodString; whatsapp: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }, { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { contact_count: number; _metadata?: { self?: string | undefined; } | undefined; result?: { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }[] | undefined; }, { contact_count: number; _metadata?: { self?: string | undefined; } | undefined; result?: { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }[] | undefined; }>; export declare const postMcContactsSearchErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodUnknown, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postMarketingContactsSearchEmailsDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { emails: string[]; }, { emails: string[]; }>>; }, "strip", z.ZodTypeAny, { body?: { emails: string[]; } | undefined; }, { body?: { emails: string[]; } | undefined; }>; export declare const postMarketingContactsSearchEmailsResponseSchema: z.ZodObject<{ result: z.ZodOptional>; }, "strip", z.ZodTypeAny, { result?: Record | undefined; }, { result?: Record | undefined; }>; export declare const postMarketingContactsSearchEmailsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getMcContactsIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const getMcContactsIdResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; alternate_emails: z.ZodOptional>; city: z.ZodOptional; country: z.ZodOptional; created_at: z.ZodString; custom_fields: z.ZodOptional>; email: z.ZodOptional; facebook: z.ZodOptional; first_name: z.ZodOptional; id: z.ZodString; last_name: z.ZodOptional; line: z.ZodOptional; list_ids: z.ZodArray; phone_number: z.ZodOptional; postal_code: z.ZodOptional; segment_ids: z.ZodArray; state_province_region: z.ZodOptional; unique_name: z.ZodOptional; updated_at: z.ZodString; whatsapp: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }, { id: string; list_ids: string[]; segment_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }>; export declare const getMcContactsIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodUnknown, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getMcFieldDefinitionsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; custom_fields: z.ZodArray, z.ZodLiteral<"Number">, z.ZodLiteral<"Date">]>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; id: string; field_type: "Text" | "Number" | "Date"; }, { name: string; id: string; field_type: "Text" | "Number" | "Date"; }>, "many">; reserved_fields: z.ZodArray, z.ZodLiteral<"Number">, z.ZodLiteral<"Date">]>>; name: z.ZodOptional; read_only: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; field_type?: "Text" | "Number" | "Date" | undefined; read_only?: boolean | undefined; }, { name?: string | undefined; field_type?: "Text" | "Number" | "Date" | undefined; read_only?: boolean | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { custom_fields: { name: string; id: string; field_type: "Text" | "Number" | "Date"; }[]; reserved_fields: { name?: string | undefined; field_type?: "Text" | "Number" | "Date" | undefined; read_only?: boolean | undefined; }[]; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }, { custom_fields: { name: string; id: string; field_type: "Text" | "Number" | "Date"; }[]; reserved_fields: { name?: string | undefined; field_type?: "Text" | "Number" | "Date" | undefined; read_only?: boolean | undefined; }[]; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }>; export declare const getMcFieldDefinitionsErrorSchema: z.ZodUnknown; export declare const postMcFieldDefinitionsDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<"Number">, z.ZodLiteral<"Date">]>; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; field_type: "Text" | "Number" | "Date"; }, { name: string; field_type: "Text" | "Number" | "Date"; }>>; }, "strip", z.ZodTypeAny, { body?: { name: string; field_type: "Text" | "Number" | "Date"; } | undefined; }, { body?: { name: string; field_type: "Text" | "Number" | "Date"; } | undefined; }>; export declare const postMcFieldDefinitionsResponseSchema: z.ZodIntersection, z.ZodLiteral<"Number">, z.ZodLiteral<"Date">]>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; id: string; field_type: "Text" | "Number" | "Date"; }, { name: string; id: string; field_type: "Text" | "Number" | "Date"; }>, z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }>>; export declare const postMcFieldDefinitionsErrorSchema: z.ZodObject<{ errors: z.ZodArray; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[]; }, { errors: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[]; }>; export declare const deleteMcFieldDefinitionsCustomFieldIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ custom_field_id: z.ZodString; }, "strip", z.ZodTypeAny, { custom_field_id: string; }, { custom_field_id: string; }>; }, "strip", z.ZodTypeAny, { path: { custom_field_id: string; }; }, { path: { custom_field_id: string; }; }>; export declare const deleteMcFieldDefinitionsCustomFieldIdResponseSchema: z.ZodVoid; export declare const deleteMcFieldDefinitionsCustomFieldIdErrorSchema: z.ZodObject<{ errors: z.ZodArray; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[]; }, { errors: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[]; }>; export declare const patchMcFieldDefinitionsCustomFieldIdDataSchema: z.ZodObject<{ body: z.ZodOptional>; path: z.ZodObject<{ custom_field_id: z.ZodString; }, "strip", z.ZodTypeAny, { custom_field_id: string; }, { custom_field_id: string; }>; }, "strip", z.ZodTypeAny, { path: { custom_field_id: string; }; body?: { name: string; } | undefined; }, { path: { custom_field_id: string; }; body?: { name: string; } | undefined; }>; export declare const patchMcFieldDefinitionsCustomFieldIdResponseSchema: z.ZodIntersection, z.ZodLiteral<"Number">, z.ZodLiteral<"Date">]>; id: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; id: string; field_type: "Text" | "Number" | "Date"; }, { name: string; id: string; field_type: "Text" | "Number" | "Date"; }>, z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }>>; export declare const patchMcFieldDefinitionsCustomFieldIdErrorSchema: z.ZodObject<{ errors: z.ZodArray; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[]; }, { errors: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[]; }>; export declare const getMcListsDataSchema: z.ZodObject<{ query: z.ZodOptional; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { page_size?: number | undefined; page_token?: string | undefined; } | undefined; }, { query?: { page_size?: number | undefined; page_token?: string | undefined; } | undefined; }>; export declare const getMcListsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; result: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; contact_count: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }, { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }[] | undefined; }, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }[] | undefined; }>; export declare const getMcListsErrorSchema: z.ZodUnknown; export declare const postMcListsDataSchema: z.ZodObject<{ body: z.ZodOptional>; }, "strip", z.ZodTypeAny, { body?: { name: string; } | undefined; }, { body?: { name: string; } | undefined; }>; export declare const postMcListsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; contact_count: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }, { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }>; export declare const postMcListsErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }>; export declare const deleteListsIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { delete_contacts?: boolean | undefined; }, { delete_contacts?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { id: string; }; query?: { delete_contacts?: boolean | undefined; } | undefined; }, { path: { id: string; }; query?: { delete_contacts?: boolean | undefined; } | undefined; }>; export declare const deleteListsIdResponseSchema: z.ZodUnion<[z.ZodObject<{ job_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { job_id?: string | undefined; }, { job_id?: string | undefined; }>, z.ZodString]>; export declare const deleteListsIdErrorSchema: z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: Record[]; }, { errors: Record[]; }>; export declare const getMcListsIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { contact_sample?: boolean | undefined; }, { contact_sample?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { id: string; }; query?: { contact_sample?: boolean | undefined; } | undefined; }, { path: { id: string; }; query?: { contact_sample?: boolean | undefined; } | undefined; }>; export declare const getMcListsIdResponseSchema: z.ZodIntersection; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; contact_count: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }, { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }>, z.ZodObject<{ contact_sample: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; alternate_emails: z.ZodNullable>>; city: z.ZodOptional; country: z.ZodOptional; created_at: z.ZodString; custom_fields: z.ZodOptional>; email: z.ZodOptional; facebook: z.ZodOptional; first_name: z.ZodOptional; id: z.ZodString; last_name: z.ZodOptional; line: z.ZodOptional; list_ids: z.ZodArray; phone_number: z.ZodOptional; postal_code: z.ZodOptional; segment_ids: z.ZodOptional>; state_province_region: z.ZodOptional; unique_name: z.ZodOptional; updated_at: z.ZodString; whatsapp: z.ZodOptional; }, "strip", z.ZodTypeAny, { id: string; list_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; segment_ids?: string[] | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | null | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }, { id: string; list_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; segment_ids?: string[] | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | null | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { contact_sample?: { id: string; list_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; segment_ids?: string[] | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | null | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; } | undefined; }, { contact_sample?: { id: string; list_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; segment_ids?: string[] | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | null | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; facebook?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; line?: string | undefined; phone_number?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; unique_name?: string | undefined; whatsapp?: string | undefined; } | undefined; }>>; export declare const getMcListsIdErrorSchema: z.ZodArray; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, "many">; export declare const patchMcListsIdDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; }, { name?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; body?: { name?: string | undefined; } | undefined; }, { path: { id: string; }; body?: { name?: string | undefined; } | undefined; }>; export declare const patchMcListsIdResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; contact_count: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }, { name?: string | undefined; id?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; contact_count?: number | undefined; }>; export declare const patchMcListsIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }, { errors?: { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }[] | undefined; }>, z.ZodRecord]>; export declare const deleteMcListsIdContactsDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; query: z.ZodObject<{ contact_ids: z.ZodString; }, "strip", z.ZodTypeAny, { contact_ids: string; }, { contact_ids: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; query: { contact_ids: string; }; }, { path: { id: string; }; query: { contact_ids: string; }; }>; export declare const deleteMcListsIdContactsResponseSchema: z.ZodObject<{ job_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { job_id?: string | undefined; }, { job_id?: string | undefined; }>; export declare const deleteMcListsIdContactsErrorSchema: z.ZodUnion<[z.ZodObject<{ error_id: z.ZodOptional; field: z.ZodOptional; message: z.ZodString; parameter: z.ZodOptional; }, "strip", z.ZodTypeAny, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }, { message: string; error_id?: string | undefined; field?: string | undefined; parameter?: string | undefined; }>, z.ZodUnknown]>; export declare const getMcListsIdContactsCountDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const getMcListsIdContactsCountResponseSchema: z.ZodObject<{ billable_count: z.ZodOptional; contact_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { contact_count?: number | undefined; billable_count?: number | undefined; }, { contact_count?: number | undefined; billable_count?: number | undefined; }>; export declare const getMcListsIdContactsCountErrorSchema: z.ZodRecord; export declare const getMarketingSegmentsDataSchema: z.ZodObject<{ query: z.ZodOptional; parent_list_ids: z.ZodOptional; }, "strip", z.ZodTypeAny, { parent_list_ids?: string | undefined; no_parent_list_id?: boolean | undefined; }, { parent_list_ids?: string | undefined; no_parent_list_id?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { parent_list_ids?: string | undefined; no_parent_list_id?: boolean | undefined; } | undefined; }, { query?: { parent_list_ids?: string | undefined; no_parent_list_id?: boolean | undefined; } | undefined; }>; export declare const getMarketingSegmentsResponseSchema: z.ZodObject<{ results: z.ZodArray; next_sample_update: z.ZodOptional; parent_list_id: z.ZodOptional; sample_updated_at: z.ZodString; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { results: { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }[]; }, { results: { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }[]; }>; export declare const getMarketingSegmentsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; }[]; }, { errors: { message: string; }[]; }>]>; export declare const postMarketingSegmentsDataSchema: z.ZodObject<{ body: z.ZodOptional>; query_dsl: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }>, z.ZodObject<{ parent_list_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { parent_list_id?: string | undefined; }, { parent_list_id?: string | undefined; }>>>; }, "strip", z.ZodTypeAny, { body?: ({ name: string; query_dsl: string; parent_list_ids?: string[] | undefined; } & { parent_list_id?: string | undefined; }) | undefined; }, { body?: ({ name: string; query_dsl: string; parent_list_ids?: string[] | undefined; } & { parent_list_id?: string | undefined; }) | undefined; }>; export declare const fullSegmentSchema: z.ZodIntersection; next_sample_update: z.ZodOptional; parent_list_id: z.ZodOptional; sample_updated_at: z.ZodString; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }>, z.ZodObject<{ contacts_sample: z.ZodArray; city: z.ZodString; country: z.ZodString; custom_fields: z.ZodObject<{ '': z.ZodOptional; custom_field_name1: z.ZodOptional; custom_field_name2: z.ZodOptional; }, "strip", z.ZodTypeAny, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }>; email: z.ZodString; first_name: z.ZodString; id: z.ZodString; last_name: z.ZodString; list_ids: z.ZodOptional>; postal_code: z.ZodNumber; segment_ids: z.ZodOptional>; state_province_region: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }>, "many">; query_json: z.ZodOptional>; }, "strip", z.ZodTypeAny, { contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_json?: Record | undefined; }, { contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_json?: Record | undefined; }>>, z.ZodObject<{ name: z.ZodString; parent_list_ids: z.ZodOptional>; query_dsl: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }>>; export declare const postMarketingSegmentsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; }[]; }, { errors: { message: string; }[]; }>]>; export declare const getSegmentsDataSchema: z.ZodObject<{ query: z.ZodOptional; parent_list_ids: z.ZodOptional; }, "strip", z.ZodTypeAny, { parent_list_ids?: string | undefined; no_parent_list_id?: boolean | undefined; }, { parent_list_ids?: string | undefined; no_parent_list_id?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { parent_list_ids?: string | undefined; no_parent_list_id?: boolean | undefined; } | undefined; }, { query?: { parent_list_ids?: string | undefined; no_parent_list_id?: boolean | undefined; } | undefined; }>; export declare const allSegmentsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; contacts_count: z.ZodNumber; created_at: z.ZodString; id: z.ZodString; name: z.ZodString; next_sample_update: z.ZodString; parent_list_ids: z.ZodArray; query_version: z.ZodString; sample_updated_at: z.ZodString; status: z.ZodObject<{ error_message: z.ZodOptional; query_validation: z.ZodString; }, "strip", z.ZodTypeAny, { query_validation: string; error_message?: string | undefined; }, { query_validation: string; error_message?: string | undefined; }>; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_version: string; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_version: string; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }>; export declare const getSegmentsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; field: string; }[]; }, { errors: { message: string; field: string; }[]; }>, z.ZodUnknown]>; export declare const postSegmentsDataSchema: z.ZodObject<{ body: z.ZodOptional>; query_dsl: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; } | undefined; }, { body?: { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; } | undefined; }>; export declare const postSegmentsResponseSchema: z.ZodObject<{ contacts_count: z.ZodNumber; contacts_sample: z.ZodArray; city: z.ZodString; country: z.ZodString; custom_fields: z.ZodObject<{ '': z.ZodOptional; custom_field_name1: z.ZodOptional; custom_field_name2: z.ZodOptional; }, "strip", z.ZodTypeAny, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }>; email: z.ZodString; first_name: z.ZodString; id: z.ZodString; last_name: z.ZodString; list_ids: z.ZodOptional>; postal_code: z.ZodNumber; segment_ids: z.ZodOptional>; state_province_region: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }>, "many">; created_at: z.ZodString; id: z.ZodString; name: z.ZodString; next_sample_update: z.ZodString; parent_list_ids: z.ZodArray; query_dsl: z.ZodString; query_version: z.ZodString; sample_updated_at: z.ZodString; status: z.ZodObject<{ error_message: z.ZodOptional; query_validation: z.ZodString; }, "strip", z.ZodTypeAny, { query_validation: string; error_message?: string | undefined; }, { query_validation: string; error_message?: string | undefined; }>; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_dsl: string; contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_version: string; }, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_dsl: string; contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_version: string; }>; export declare const postSegmentsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; field: string; }[]; }, { errors: { message: string; field: string; }[]; }>, z.ZodUnknown]>; export declare const deleteSegmentsSegmentIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ segment_id: z.ZodString; }, "strip", z.ZodTypeAny, { segment_id: string; }, { segment_id: string; }>; }, "strip", z.ZodTypeAny, { path: { segment_id: string; }; }, { path: { segment_id: string; }; }>; export declare const deleteSegmentsSegmentIdResponseSchema: z.ZodUnknown; export declare const deleteSegmentsSegmentIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; field: string; }[]; }, { errors: { message: string; field: string; }[]; }>, z.ZodUnknown]>; export declare const getSegmentsSegmentIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ segment_id: z.ZodString; }, "strip", z.ZodTypeAny, { segment_id: string; }, { segment_id: string; }>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { contacts_sample?: boolean | undefined; }, { contacts_sample?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { segment_id: string; }; query?: { contacts_sample?: boolean | undefined; } | undefined; }, { path: { segment_id: string; }; query?: { contacts_sample?: boolean | undefined; } | undefined; }>; export declare const getSegmentsSegmentIdResponseSchema: z.ZodObject<{ contacts_count: z.ZodNumber; contacts_sample: z.ZodArray; city: z.ZodString; country: z.ZodString; custom_fields: z.ZodObject<{ '': z.ZodOptional; custom_field_name1: z.ZodOptional; custom_field_name2: z.ZodOptional; }, "strip", z.ZodTypeAny, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }>; email: z.ZodString; first_name: z.ZodString; id: z.ZodString; last_name: z.ZodString; list_ids: z.ZodOptional>; postal_code: z.ZodNumber; segment_ids: z.ZodOptional>; state_province_region: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }>, "many">; created_at: z.ZodString; id: z.ZodString; name: z.ZodString; next_sample_update: z.ZodString; parent_list_ids: z.ZodArray; query_dsl: z.ZodString; query_version: z.ZodString; sample_updated_at: z.ZodString; status: z.ZodObject<{ error_message: z.ZodOptional; query_validation: z.ZodString; }, "strip", z.ZodTypeAny, { query_validation: string; error_message?: string | undefined; }, { query_validation: string; error_message?: string | undefined; }>; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_dsl: string; contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_version: string; }, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_dsl: string; contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_version: string; }>; export declare const getSegmentsSegmentIdErrorSchema: z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; field: string; }[]; }, { errors: { message: string; field: string; }[]; }>; export declare const patchSegmentsSegmentIdDataSchema: z.ZodObject<{ body: z.ZodOptional; query_dsl: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; query_dsl?: string | undefined; }, { name?: string | undefined; query_dsl?: string | undefined; }>>; path: z.ZodObject<{ segment_id: z.ZodString; }, "strip", z.ZodTypeAny, { segment_id: string; }, { segment_id: string; }>; }, "strip", z.ZodTypeAny, { path: { segment_id: string; }; body?: { name?: string | undefined; query_dsl?: string | undefined; } | undefined; }, { path: { segment_id: string; }; body?: { name?: string | undefined; query_dsl?: string | undefined; } | undefined; }>; export declare const patchSegmentsSegmentIdResponseSchema: z.ZodObject<{ contacts_count: z.ZodNumber; contacts_sample: z.ZodArray; city: z.ZodString; country: z.ZodString; custom_fields: z.ZodObject<{ '': z.ZodOptional; custom_field_name1: z.ZodOptional; custom_field_name2: z.ZodOptional; }, "strip", z.ZodTypeAny, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }>; email: z.ZodString; first_name: z.ZodString; id: z.ZodString; last_name: z.ZodString; list_ids: z.ZodOptional>; postal_code: z.ZodNumber; segment_ids: z.ZodOptional>; state_province_region: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }>, "many">; created_at: z.ZodString; id: z.ZodString; name: z.ZodString; next_sample_update: z.ZodString; parent_list_ids: z.ZodArray; query_dsl: z.ZodString; query_version: z.ZodString; sample_updated_at: z.ZodString; status: z.ZodObject<{ error_message: z.ZodOptional; query_validation: z.ZodString; }, "strip", z.ZodTypeAny, { query_validation: string; error_message?: string | undefined; }, { query_validation: string; error_message?: string | undefined; }>; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_dsl: string; contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_version: string; }, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_dsl: string; contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_version: string; }>; export declare const patchSegmentsSegmentIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; field: string; }[]; }, { errors: { message: string; field: string; }[]; }>, z.ZodUnknown]>; export declare const postMarketingSegmentsDeleteDataSchema: z.ZodObject<{ body: z.ZodOptional>; }, "strip", z.ZodTypeAny, { ids?: string[] | undefined; }, { ids?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { ids?: string[] | undefined; } | undefined; }, { body?: { ids?: string[] | undefined; } | undefined; }>; export declare const postMarketingSegmentsDeleteResponseSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; id: z.ZodOptional; resources: z.ZodOptional>; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; ids?: string[] | undefined; }, { type?: string | undefined; ids?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { id?: string | undefined; error?: string | undefined; resources?: { type?: string | undefined; ids?: string[] | undefined; } | undefined; }, { id?: string | undefined; error?: string | undefined; resources?: { type?: string | undefined; ids?: string[] | undefined; } | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { id?: string | undefined; error?: string | undefined; resources?: { type?: string | undefined; ids?: string[] | undefined; } | undefined; }[] | undefined; }, { errors?: { id?: string | undefined; error?: string | undefined; resources?: { type?: string | undefined; ids?: string[] | undefined; } | undefined; }[] | undefined; }>, z.ZodRecord]>; export declare const postMarketingSegmentsDeleteErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const deleteMarketingSegmentsSegmentIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ segment_id: z.ZodString; }, "strip", z.ZodTypeAny, { segment_id: string; }, { segment_id: string; }>; }, "strip", z.ZodTypeAny, { path: { segment_id: string; }; }, { path: { segment_id: string; }; }>; export declare const deleteMarketingSegmentsSegmentIdResponseSchema: z.ZodRecord; export declare const deleteMarketingSegmentsSegmentIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; field: string; }[]; }, { errors: { message: string; field: string; }[]; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; }[]; }, { errors: { message: string; }[]; }>]>; export declare const getMarketingSegmentsSegmentIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ segment_id: z.ZodString; }, "strip", z.ZodTypeAny, { segment_id: string; }, { segment_id: string; }>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { query_json?: boolean | undefined; }, { query_json?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { segment_id: string; }; query?: { query_json?: boolean | undefined; } | undefined; }, { path: { segment_id: string; }; query?: { query_json?: boolean | undefined; } | undefined; }>; export declare const getMarketingSegmentsSegmentIdResponseSchema: z.ZodIntersection; next_sample_update: z.ZodOptional; parent_list_id: z.ZodOptional; sample_updated_at: z.ZodString; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }>, z.ZodObject<{ contacts_sample: z.ZodArray; city: z.ZodString; country: z.ZodString; custom_fields: z.ZodObject<{ '': z.ZodOptional; custom_field_name1: z.ZodOptional; custom_field_name2: z.ZodOptional; }, "strip", z.ZodTypeAny, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }>; email: z.ZodString; first_name: z.ZodString; id: z.ZodString; last_name: z.ZodString; list_ids: z.ZodOptional>; postal_code: z.ZodNumber; segment_ids: z.ZodOptional>; state_province_region: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }>, "many">; query_json: z.ZodOptional>; }, "strip", z.ZodTypeAny, { contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_json?: Record | undefined; }, { contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_json?: Record | undefined; }>>, z.ZodObject<{ name: z.ZodString; parent_list_ids: z.ZodOptional>; query_dsl: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }>>; export declare const getMarketingSegmentsSegmentIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; field: string; }[]; }, { errors: { message: string; field: string; }[]; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; }[]; }, { errors: { message: string; }[]; }>]>; export declare const patchMarketingSegmentsSegmentIdDataSchema: z.ZodObject<{ body: z.ZodOptional>; query_dsl: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }>>; path: z.ZodObject<{ segment_id: z.ZodString; }, "strip", z.ZodTypeAny, { segment_id: string; }, { segment_id: string; }>; }, "strip", z.ZodTypeAny, { path: { segment_id: string; }; body?: { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; } | undefined; }, { path: { segment_id: string; }; body?: { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; } | undefined; }>; export declare const patchMarketingSegmentsSegmentIdResponseSchema: z.ZodIntersection; next_sample_update: z.ZodOptional; parent_list_id: z.ZodOptional; sample_updated_at: z.ZodString; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }>, z.ZodObject<{ contacts_sample: z.ZodArray; city: z.ZodString; country: z.ZodString; custom_fields: z.ZodObject<{ '': z.ZodOptional; custom_field_name1: z.ZodOptional; custom_field_name2: z.ZodOptional; }, "strip", z.ZodTypeAny, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }>; email: z.ZodString; first_name: z.ZodString; id: z.ZodString; last_name: z.ZodString; list_ids: z.ZodOptional>; postal_code: z.ZodNumber; segment_ids: z.ZodOptional>; state_province_region: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }>, "many">; query_json: z.ZodOptional>; }, "strip", z.ZodTypeAny, { contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_json?: Record | undefined; }, { contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_json?: Record | undefined; }>>, z.ZodObject<{ name: z.ZodString; parent_list_ids: z.ZodOptional>; query_dsl: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }>>; export declare const patchMarketingSegmentsSegmentIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; field: string; }[]; }, { errors: { message: string; field: string; }[]; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; }[]; }, { errors: { message: string; }[]; }>]>; export declare const postMarketingSendersDataSchema: z.ZodObject<{ body: z.ZodOptional; city: z.ZodString; country: z.ZodString; from: z.ZodObject<{ email: z.ZodString; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; email: string; }, { name: string; email: string; }>; nickname: z.ZodString; reply_to: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; name?: string | undefined; }, { email: string; name?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city: string; country: string; address: string; from: { name: string; email: string; }; nickname: string; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; }, { city: string; country: string; address: string; from: { name: string; email: string; }; nickname: string; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { city: string; country: string; address: string; from: { name: string; email: string; }; nickname: string; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { city: string; country: string; address: string; from: { name: string; email: string; }; nickname: string; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; reply_to?: { email: string; name?: string | undefined; } | undefined; } | undefined; }>; export declare const postMarketingSendersResponseSchema: z.ZodIntersection; address_2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; nickname: z.ZodOptional; reply_to: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }>, z.ZodObject<{ created_at: z.ZodOptional; id: z.ZodOptional; locked: z.ZodOptional; updated_at: z.ZodOptional; verified: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }>>, z.ZodRecord>; export declare const postMarketingSendersErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const deleteMarketingSinglesendsDataSchema: z.ZodObject<{ query: z.ZodOptional>; }, "strip", z.ZodTypeAny, { ids?: string[] | undefined; }, { ids?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { ids?: string[] | undefined; } | undefined; }, { query?: { ids?: string[] | undefined; } | undefined; }>; export declare const deleteMarketingSinglesendsResponseSchema: z.ZodVoid; export declare const deleteMarketingSinglesendsErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const getMarketingSinglesendsDataSchema: z.ZodObject<{ query: z.ZodOptional; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { page_size?: number | undefined; page_token?: string | undefined; } | undefined; }, { query?: { page_size?: number | undefined; page_token?: string | undefined; } | undefined; }>; export declare const getMarketingSinglesendsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; result: z.ZodOptional; test_percentage: z.ZodNumber; type: z.ZodUnion<[z.ZodLiteral<"subject">, z.ZodLiteral<"content">]>; winner_criteria: z.ZodUnion<[z.ZodLiteral<"open">, z.ZodLiteral<"click">, z.ZodLiteral<"manual">]>; winner_selected_at: z.ZodNullable; winning_template_id: z.ZodString; }, "strip", z.ZodTypeAny, { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; }, { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; }>>; categories: z.ZodArray; created_at: z.ZodString; id: z.ZodString; is_abtest: z.ZodBoolean; name: z.ZodString; send_at: z.ZodOptional; status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { status: "draft" | "scheduled" | "triggered"; name: string; id: string; categories: string[]; created_at: string; updated_at: string; abtest: { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; } | null; is_abtest: boolean; send_at?: string | undefined; }, { status: "draft" | "scheduled" | "triggered"; name: string; id: string; categories: string[]; created_at: string; updated_at: string; abtest: { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; } | null; is_abtest: boolean; send_at?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: { status: "draft" | "scheduled" | "triggered"; name: string; id: string; categories: string[]; created_at: string; updated_at: string; abtest: { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; } | null; is_abtest: boolean; send_at?: string | undefined; }[] | undefined; }, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: { status: "draft" | "scheduled" | "triggered"; name: string; id: string; categories: string[]; created_at: string; updated_at: string; abtest: { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; } | null; is_abtest: boolean; send_at?: string | undefined; }[] | undefined; }>; export declare const getMarketingSinglesendsErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const postMarketingSinglesendsDataSchema: z.ZodObject<{ body: z.ZodOptional>; email_config: z.ZodOptional>; design_id: z.ZodOptional; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; ip_pool: z.ZodNullable>; plain_content: z.ZodOptional; sender_id: z.ZodNullable>; subject: z.ZodOptional; suppression_group_id: z.ZodNullable>; }, "strip", z.ZodTypeAny, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }>>; name: z.ZodString; send_at: z.ZodOptional; send_to: z.ZodOptional; list_ids: z.ZodOptional>; segment_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; } | undefined; }, { body?: { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; } | undefined; }>; export declare const postMarketingSinglesendsResponseSchema: z.ZodIntersection>; email_config: z.ZodOptional>; design_id: z.ZodOptional; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; ip_pool: z.ZodNullable>; plain_content: z.ZodOptional; sender_id: z.ZodNullable>; subject: z.ZodOptional; suppression_group_id: z.ZodNullable>; }, "strip", z.ZodTypeAny, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }>>; name: z.ZodString; send_at: z.ZodOptional; send_to: z.ZodOptional; list_ids: z.ZodOptional>; segment_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }>, z.ZodObject<{ created_at: z.ZodString; id: z.ZodString; status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>; updated_at: z.ZodOptional; warnings: z.ZodOptional; message: z.ZodOptional; warning_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { status: "draft" | "scheduled" | "triggered"; id: string; created_at: string; updated_at?: string | undefined; warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }, { status: "draft" | "scheduled" | "triggered"; id: string; created_at: string; updated_at?: string | undefined; warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }>>; export declare const postMarketingSinglesendsErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const getMarketingSinglesendsCategoriesResponseSchema: z.ZodObject<{ categories: z.ZodOptional>; }, "strip", z.ZodTypeAny, { categories?: string[] | undefined; }, { categories?: string[] | undefined; }>; export declare const getMarketingSinglesendsCategoriesErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const postMarketingSinglesendsSearchDataSchema: z.ZodObject<{ body: z.ZodOptional>; name: z.ZodOptional; status: z.ZodOptional, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>, "many">>; }, "strip", z.ZodTypeAny, { status?: ("draft" | "scheduled" | "triggered")[] | undefined; name?: string | undefined; categories?: string[] | undefined; }, { status?: ("draft" | "scheduled" | "triggered")[] | undefined; name?: string | undefined; categories?: string[] | undefined; }>>; query: z.ZodOptional; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { page_size?: number | undefined; page_token?: string | undefined; } | undefined; body?: { status?: ("draft" | "scheduled" | "triggered")[] | undefined; name?: string | undefined; categories?: string[] | undefined; } | undefined; }, { query?: { page_size?: number | undefined; page_token?: string | undefined; } | undefined; body?: { status?: ("draft" | "scheduled" | "triggered")[] | undefined; name?: string | undefined; categories?: string[] | undefined; } | undefined; }>; export declare const postMarketingSinglesendsSearchResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; result: z.ZodOptional; test_percentage: z.ZodNumber; type: z.ZodUnion<[z.ZodLiteral<"subject">, z.ZodLiteral<"content">]>; winner_criteria: z.ZodUnion<[z.ZodLiteral<"open">, z.ZodLiteral<"click">, z.ZodLiteral<"manual">]>; winner_selected_at: z.ZodNullable; winning_template_id: z.ZodString; }, "strip", z.ZodTypeAny, { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; }, { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; }>>; categories: z.ZodArray; created_at: z.ZodString; id: z.ZodString; is_abtest: z.ZodBoolean; name: z.ZodString; send_at: z.ZodOptional; status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { status: "draft" | "scheduled" | "triggered"; name: string; id: string; categories: string[]; created_at: string; updated_at: string; abtest: { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; } | null; is_abtest: boolean; send_at?: string | undefined; }, { status: "draft" | "scheduled" | "triggered"; name: string; id: string; categories: string[]; created_at: string; updated_at: string; abtest: { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; } | null; is_abtest: boolean; send_at?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: { status: "draft" | "scheduled" | "triggered"; name: string; id: string; categories: string[]; created_at: string; updated_at: string; abtest: { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; } | null; is_abtest: boolean; send_at?: string | undefined; }[] | undefined; }, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: { status: "draft" | "scheduled" | "triggered"; name: string; id: string; categories: string[]; created_at: string; updated_at: string; abtest: { type: "subject" | "content"; duration: string; expiration_date: string | null; test_percentage: number; winner_criteria: "open" | "click" | "manual"; winner_selected_at: string | null; winning_template_id: string; } | null; is_abtest: boolean; send_at?: string | undefined; }[] | undefined; }>; export declare const postMarketingSinglesendsSearchErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const deleteMarketingSinglesendsIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const deleteMarketingSinglesendsIdResponseSchema: z.ZodVoid; export declare const deleteMarketingSinglesendsIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const getMarketingSinglesendsIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const getMarketingSinglesendsIdResponseSchema: z.ZodIntersection>; email_config: z.ZodOptional>; design_id: z.ZodOptional; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; ip_pool: z.ZodNullable>; plain_content: z.ZodOptional; sender_id: z.ZodNullable>; subject: z.ZodOptional; suppression_group_id: z.ZodNullable>; }, "strip", z.ZodTypeAny, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }>>; name: z.ZodString; send_at: z.ZodOptional; send_to: z.ZodOptional; list_ids: z.ZodOptional>; segment_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }>, z.ZodObject<{ created_at: z.ZodString; id: z.ZodString; status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>; updated_at: z.ZodOptional; warnings: z.ZodOptional; message: z.ZodOptional; warning_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { status: "draft" | "scheduled" | "triggered"; id: string; created_at: string; updated_at?: string | undefined; warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }, { status: "draft" | "scheduled" | "triggered"; id: string; created_at: string; updated_at?: string | undefined; warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }>>; export declare const getMarketingSinglesendsIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const patchMarketingSinglesendsIdDataSchema: z.ZodObject<{ body: z.ZodOptional>; email_config: z.ZodOptional>; design_id: z.ZodOptional; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; ip_pool: z.ZodNullable>; plain_content: z.ZodOptional; sender_id: z.ZodNullable>; subject: z.ZodOptional; suppression_group_id: z.ZodNullable>; }, "strip", z.ZodTypeAny, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }>>; name: z.ZodString; send_at: z.ZodOptional; send_to: z.ZodOptional; list_ids: z.ZodOptional>; segment_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; body?: { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; } | undefined; }, { path: { id: string; }; body?: { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; } | undefined; }>; export declare const patchMarketingSinglesendsIdResponseSchema: z.ZodIntersection>; email_config: z.ZodOptional>; design_id: z.ZodOptional; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; ip_pool: z.ZodNullable>; plain_content: z.ZodOptional; sender_id: z.ZodNullable>; subject: z.ZodOptional; suppression_group_id: z.ZodNullable>; }, "strip", z.ZodTypeAny, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }>>; name: z.ZodString; send_at: z.ZodOptional; send_to: z.ZodOptional; list_ids: z.ZodOptional>; segment_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }>, z.ZodObject<{ created_at: z.ZodString; id: z.ZodString; status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>; updated_at: z.ZodOptional; warnings: z.ZodOptional; message: z.ZodOptional; warning_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { status: "draft" | "scheduled" | "triggered"; id: string; created_at: string; updated_at?: string | undefined; warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }, { status: "draft" | "scheduled" | "triggered"; id: string; created_at: string; updated_at?: string | undefined; warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }>>; export declare const patchMarketingSinglesendsIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const postMarketingSinglesendsIdDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; }, { name?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; body?: { name?: string | undefined; } | undefined; }, { path: { id: string; }; body?: { name?: string | undefined; } | undefined; }>; export declare const postMarketingSinglesendsIdResponseSchema: z.ZodIntersection>; email_config: z.ZodOptional>; design_id: z.ZodOptional; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; ip_pool: z.ZodNullable>; plain_content: z.ZodOptional; sender_id: z.ZodNullable>; subject: z.ZodOptional; suppression_group_id: z.ZodNullable>; }, "strip", z.ZodTypeAny, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }, { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; }>>; name: z.ZodString; send_at: z.ZodOptional; send_to: z.ZodOptional; list_ids: z.ZodOptional>; segment_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }, { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }, { name: string; categories?: string[] | undefined; email_config?: { subject?: string | undefined; custom_unsubscribe_url?: string | null | undefined; editor?: "code" | "design" | undefined; html_content?: string | undefined; ip_pool?: string | null | undefined; plain_content?: string | undefined; sender_id?: number | null | undefined; suppression_group_id?: number | null | undefined; generate_plain_content?: boolean | undefined; design_id?: string | undefined; } | undefined; send_at?: string | undefined; send_to?: { list_ids?: string[] | undefined; segment_ids?: string[] | undefined; all?: boolean | undefined; } | undefined; }>, z.ZodObject<{ created_at: z.ZodString; id: z.ZodString; status: z.ZodUnion<[z.ZodLiteral<"draft">, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>; updated_at: z.ZodOptional; warnings: z.ZodOptional; message: z.ZodOptional; warning_id: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }, { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { status: "draft" | "scheduled" | "triggered"; id: string; created_at: string; updated_at?: string | undefined; warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }, { status: "draft" | "scheduled" | "triggered"; id: string; created_at: string; updated_at?: string | undefined; warnings?: { message?: string | undefined; field?: string | undefined; warning_id?: string | undefined; }[] | undefined; }>>; export declare const postMarketingSinglesendsIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const deleteMarketingSinglesendsIdScheduleDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const deleteMarketingSinglesendsIdScheduleResponseSchema: z.ZodObject<{ send_at: z.ZodString; status: z.ZodOptional, z.ZodLiteral<"scheduled">, z.ZodLiteral<"triggered">]>>; }, "strip", z.ZodTypeAny, { send_at: string; status?: "draft" | "scheduled" | "triggered" | undefined; }, { send_at: string; status?: "draft" | "scheduled" | "triggered" | undefined; }>; export declare const deleteMarketingSinglesendsIdScheduleErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const putMarketingSinglesendsIdScheduleDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { send_at: "now"; }, { send_at: "now"; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; body?: { send_at: "now"; } | undefined; }, { path: { id: string; }; body?: { send_at: "now"; } | undefined; }>; export declare const putMarketingSinglesendsIdScheduleResponseSchema: z.ZodObject<{ send_at: z.ZodOptional; status: z.ZodOptional>; }, "strip", z.ZodTypeAny, { status?: "scheduled" | undefined; send_at?: string | undefined; }, { status?: "scheduled" | undefined; send_at?: string | undefined; }>; export declare const putMarketingSinglesendsIdScheduleErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; error_id?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const getallAutomationStatsDataSchema: z.ZodObject<{ query: z.ZodOptional>; page_size: z.ZodOptional; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; automation_ids?: string[] | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; automation_ids?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { page_size?: number | undefined; page_token?: string | undefined; automation_ids?: string[] | undefined; } | undefined; }, { query?: { page_size?: number | undefined; page_token?: string | undefined; automation_ids?: string[] | undefined; } | undefined; }>; export declare const automationsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; results: z.ZodArray>; step_id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }, { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { results: { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }[]; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }, { results: { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }[]; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }>; export declare const getallAutomationStatsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getAutomationsStatsExportDataSchema: z.ZodObject<{ query: z.ZodOptional>; timezone: z.ZodOptional; }, "strip", z.ZodTypeAny, { ids?: string[] | undefined; timezone?: string | undefined; }, { ids?: string[] | undefined; timezone?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { ids?: string[] | undefined; timezone?: string | undefined; } | undefined; }, { query?: { ids?: string[] | undefined; timezone?: string | undefined; } | undefined; }>; export declare const getAutomationsStatsExportResponseSchema: z.ZodString; export declare const getAutomationsStatsExportErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getAutomationStatDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; query: z.ZodOptional, z.ZodLiteral<"total">]>>; end_date: z.ZodOptional; group_by: z.ZodOptional, "many">>; page_size: z.ZodOptional; page_token: z.ZodOptional; start_date: z.ZodOptional; step_ids: z.ZodOptional>; timezone: z.ZodOptional; }, "strip", z.ZodTypeAny, { start_date?: string | undefined; aggregated_by?: "day" | "total" | undefined; end_date?: string | undefined; page_size?: number | undefined; page_token?: string | undefined; timezone?: string | undefined; group_by?: "step_id"[] | undefined; step_ids?: string[] | undefined; }, { start_date?: string | undefined; aggregated_by?: "day" | "total" | undefined; end_date?: string | undefined; page_size?: number | undefined; page_token?: string | undefined; timezone?: string | undefined; group_by?: "step_id"[] | undefined; step_ids?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { id: string; }; query?: { start_date?: string | undefined; aggregated_by?: "day" | "total" | undefined; end_date?: string | undefined; page_size?: number | undefined; page_token?: string | undefined; timezone?: string | undefined; group_by?: "step_id"[] | undefined; step_ids?: string[] | undefined; } | undefined; }, { path: { id: string; }; query?: { start_date?: string | undefined; aggregated_by?: "day" | "total" | undefined; end_date?: string | undefined; page_size?: number | undefined; page_token?: string | undefined; timezone?: string | undefined; group_by?: "step_id"[] | undefined; step_ids?: string[] | undefined; } | undefined; }>; export declare const getAutomationStatResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; results: z.ZodArray>; step_id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }, { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { results: { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }[]; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }, { results: { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }[]; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }>; export declare const getAutomationStatErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodUnknown]>; export declare const getAutomationLinkStatDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; query: z.ZodOptional, "many">>; page_size: z.ZodOptional; page_token: z.ZodOptional; step_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; group_by?: "step_id"[] | undefined; step_ids?: string[] | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; group_by?: "step_id"[] | undefined; step_ids?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { id: string; }; query?: { page_size?: number | undefined; page_token?: string | undefined; group_by?: "step_id"[] | undefined; step_ids?: string[] | undefined; } | undefined; }, { path: { id: string; }; query?: { page_size?: number | undefined; page_token?: string | undefined; group_by?: "step_id"[] | undefined; step_ids?: string[] | undefined; } | undefined; }>; export declare const automationsLinkStatsResponseSchema: z.ZodObject<{ _metadata: z.ZodObject<{ count: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>; results: z.ZodArray; }, "strip", z.ZodTypeAny, { clicks: number; url: string; step_id: string; url_location?: number | undefined; }, { clicks: number; url: string; step_id: string; url_location?: number | undefined; }>, "many">; total_clicks: z.ZodNumber; }, "strip", z.ZodTypeAny, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { clicks: number; url: string; step_id: string; url_location?: number | undefined; }[]; total_clicks: number; }, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { clicks: number; url: string; step_id: string; url_location?: number | undefined; }[]; total_clicks: number; }>; export declare const getAutomationLinkStatErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getallSinglesendStatsDataSchema: z.ZodObject<{ query: z.ZodOptional; page_token: z.ZodOptional; singlesend_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; singlesend_ids?: string[] | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; singlesend_ids?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { page_size?: number | undefined; page_token?: string | undefined; singlesend_ids?: string[] | undefined; } | undefined; }, { query?: { page_size?: number | undefined; page_token?: string | undefined; singlesend_ids?: string[] | undefined; } | undefined; }>; export declare const getallSinglesendStatsResponseSchema: z.ZodObject<{ _metadata: z.ZodObject<{ count: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>; results: z.ZodArray, z.ZodLiteral<"test">, z.ZodLiteral<"all">]>; ab_variation: z.ZodString; aggregation: z.ZodOptional; id: z.ZodString; stats: z.ZodOptional>; }, "strip", z.ZodTypeAny, { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }, { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }[]; }, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }[]; }>; export declare const getallSinglesendStatsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getSinglesendStatsExportDataSchema: z.ZodObject<{ query: z.ZodOptional>; timezone: z.ZodOptional; }, "strip", z.ZodTypeAny, { ids?: string[] | undefined; timezone?: string | undefined; }, { ids?: string[] | undefined; timezone?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { ids?: string[] | undefined; timezone?: string | undefined; } | undefined; }, { query?: { ids?: string[] | undefined; timezone?: string | undefined; } | undefined; }>; export declare const getSinglesendStatsExportResponseSchema: z.ZodString; export declare const getSinglesendStatsExportErrorSchema: z.ZodUnknown; export declare const getSinglesendStatDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; query: z.ZodOptional, z.ZodLiteral<"total">]>>; end_date: z.ZodOptional; group_by: z.ZodOptional, z.ZodLiteral<"ab_phase">]>, "many">>; page_size: z.ZodOptional; page_token: z.ZodOptional; start_date: z.ZodOptional; timezone: z.ZodOptional; }, "strip", z.ZodTypeAny, { start_date?: string | undefined; aggregated_by?: "day" | "total" | undefined; end_date?: string | undefined; page_size?: number | undefined; page_token?: string | undefined; timezone?: string | undefined; group_by?: ("ab_variation" | "ab_phase")[] | undefined; }, { start_date?: string | undefined; aggregated_by?: "day" | "total" | undefined; end_date?: string | undefined; page_size?: number | undefined; page_token?: string | undefined; timezone?: string | undefined; group_by?: ("ab_variation" | "ab_phase")[] | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { id: string; }; query?: { start_date?: string | undefined; aggregated_by?: "day" | "total" | undefined; end_date?: string | undefined; page_size?: number | undefined; page_token?: string | undefined; timezone?: string | undefined; group_by?: ("ab_variation" | "ab_phase")[] | undefined; } | undefined; }, { path: { id: string; }; query?: { start_date?: string | undefined; aggregated_by?: "day" | "total" | undefined; end_date?: string | undefined; page_size?: number | undefined; page_token?: string | undefined; timezone?: string | undefined; group_by?: ("ab_variation" | "ab_phase")[] | undefined; } | undefined; }>; export declare const getSinglesendStatResponseSchema: z.ZodObject<{ _metadata: z.ZodObject<{ count: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>; results: z.ZodArray, z.ZodLiteral<"test">, z.ZodLiteral<"all">]>; ab_variation: z.ZodString; aggregation: z.ZodOptional; id: z.ZodString; stats: z.ZodOptional>; }, "strip", z.ZodTypeAny, { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }, { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }[]; }, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { id: string; ab_variation: string; ab_phase: "test" | "send" | "all"; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; aggregation?: string | undefined; }[]; }>; export declare const getSinglesendStatErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodUnknown]>; export declare const getSinglesendLinkStatDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; query: z.ZodOptional, z.ZodLiteral<"send">]>>; ab_variation_id: z.ZodOptional; group_by: z.ZodOptional, z.ZodLiteral<"ab_phase">]>, "many">>; page_size: z.ZodOptional; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size?: number | undefined; page_token?: string | undefined; group_by?: ("ab_variation" | "ab_phase")[] | undefined; ab_phase_id?: "test" | "send" | undefined; ab_variation_id?: string | undefined; }, { page_size?: number | undefined; page_token?: string | undefined; group_by?: ("ab_variation" | "ab_phase")[] | undefined; ab_phase_id?: "test" | "send" | undefined; ab_variation_id?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { id: string; }; query?: { page_size?: number | undefined; page_token?: string | undefined; group_by?: ("ab_variation" | "ab_phase")[] | undefined; ab_phase_id?: "test" | "send" | undefined; ab_variation_id?: string | undefined; } | undefined; }, { path: { id: string; }; query?: { page_size?: number | undefined; page_token?: string | undefined; group_by?: ("ab_variation" | "ab_phase")[] | undefined; ab_phase_id?: "test" | "send" | undefined; ab_variation_id?: string | undefined; } | undefined; }>; export declare const getSinglesendLinkStatResponseSchema: z.ZodObject<{ _metadata: z.ZodObject<{ count: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>; results: z.ZodArray, z.ZodLiteral<"test">, z.ZodLiteral<"all">]>; ab_variation: z.ZodString; clicks: z.ZodNumber; url: z.ZodString; url_location: z.ZodOptional; }, "strip", z.ZodTypeAny, { clicks: number; url: string; ab_variation: string; ab_phase: "test" | "send" | "all"; url_location?: number | undefined; }, { clicks: number; url: string; ab_variation: string; ab_phase: "test" | "send" | "all"; url_location?: number | undefined; }>, "many">; total_clicks: z.ZodOptional; }, "strip", z.ZodTypeAny, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { clicks: number; url: string; ab_variation: string; ab_phase: "test" | "send" | "all"; url_location?: number | undefined; }[]; total_clicks?: number | undefined; }, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { clicks: number; url: string; ab_variation: string; ab_phase: "test" | "send" | "all"; url_location?: number | undefined; }[]; total_clicks?: number | undefined; }>; export declare const getSinglesendLinkStatErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodRecord]>; export declare const postMarketingTestSendEmailDataSchema: z.ZodObject<{ body: z.ZodOptional; emails: z.ZodArray; from_address: z.ZodOptional; sender_id: z.ZodOptional; suppression_group_id: z.ZodOptional; template_id: z.ZodString; version_id_override: z.ZodOptional; }, "strip", z.ZodTypeAny, { template_id: string; emails: string[]; custom_unsubscribe_url?: string | undefined; sender_id?: number | undefined; suppression_group_id?: number | undefined; from_address?: string | undefined; version_id_override?: string | undefined; }, { template_id: string; emails: string[]; custom_unsubscribe_url?: string | undefined; sender_id?: number | undefined; suppression_group_id?: number | undefined; from_address?: string | undefined; version_id_override?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { template_id: string; emails: string[]; custom_unsubscribe_url?: string | undefined; sender_id?: number | undefined; suppression_group_id?: number | undefined; from_address?: string | undefined; version_id_override?: string | undefined; } | undefined; }, { body?: { template_id: string; emails: string[]; custom_unsubscribe_url?: string | undefined; sender_id?: number | undefined; suppression_group_id?: number | undefined; from_address?: string | undefined; version_id_override?: string | undefined; } | undefined; }>; export declare const postMarketingTestSendEmailResponseSchema: z.ZodRecord; export declare const postMarketingTestSendEmailErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getMessagesDataSchema: z.ZodObject<{ headers: z.ZodObject<{ Authorization: z.ZodString; 'X-Cursor': z.ZodOptional; 'X-Query-Id': z.ZodOptional; }, "strip", z.ZodTypeAny, { Authorization: string; 'X-Cursor'?: string | undefined; 'X-Query-Id'?: string | undefined; }, { Authorization: string; 'X-Cursor'?: string | undefined; 'X-Query-Id'?: string | undefined; }>; query: z.ZodObject<{ limit: z.ZodOptional; query: z.ZodString; }, "strip", z.ZodTypeAny, { query: string; limit?: number | undefined; }, { query: string; limit?: number | undefined; }>; }, "strip", z.ZodTypeAny, { headers: { Authorization: string; 'X-Cursor'?: string | undefined; 'X-Query-Id'?: string | undefined; }; query: { query: string; limit?: number | undefined; }; }, { headers: { Authorization: string; 'X-Cursor'?: string | undefined; 'X-Query-Id'?: string | undefined; }; query: { query: string; limit?: number | undefined; }; }>; export declare const getMessagesResponseSchema: z.ZodObject<{ messages: z.ZodOptional; msg_id: z.ZodOptional; status: z.ZodOptional, z.ZodLiteral<"delivered">, z.ZodLiteral<"not delivered">]>>; subject: z.ZodOptional; to_email: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: "processed" | "delivered" | "not delivered" | undefined; from_email?: string | undefined; msg_id?: string | undefined; subject?: string | undefined; to_email?: string | undefined; }, { status?: "processed" | "delivered" | "not delivered" | undefined; from_email?: string | undefined; msg_id?: string | undefined; subject?: string | undefined; to_email?: string | undefined; }>, z.ZodObject<{ clicks_count: z.ZodOptional; last_event_time: z.ZodOptional; opens_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { clicks_count?: number | undefined; last_event_time?: number | undefined; opens_count?: number | undefined; }, { clicks_count?: number | undefined; last_event_time?: number | undefined; opens_count?: number | undefined; }>>, "many">>; }, "strip", z.ZodTypeAny, { messages?: ({ status?: "processed" | "delivered" | "not delivered" | undefined; from_email?: string | undefined; msg_id?: string | undefined; subject?: string | undefined; to_email?: string | undefined; } & { clicks_count?: number | undefined; last_event_time?: number | undefined; opens_count?: number | undefined; })[] | undefined; }, { messages?: ({ status?: "processed" | "delivered" | "not delivered" | undefined; from_email?: string | undefined; msg_id?: string | undefined; subject?: string | undefined; to_email?: string | undefined; } & { clicks_count?: number | undefined; last_event_time?: number | undefined; opens_count?: number | undefined; })[] | undefined; }>; export declare const getMessagesErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; }[]; }, { errors: { message: string; }[]; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postV3MessagesDownloadDataSchema: z.ZodObject<{ headers: z.ZodObject<{ Authorization: z.ZodString; }, "strip", z.ZodTypeAny, { Authorization: string; }, { Authorization: string; }>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { query?: string | undefined; }, { query?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers: { Authorization: string; }; query?: { query?: string | undefined; } | undefined; }, { headers: { Authorization: string; }; query?: { query?: string | undefined; } | undefined; }>; export declare const postV3MessagesDownloadResponseSchema: z.ZodObject<{ message: z.ZodOptional; status: z.ZodOptional>; }, "strip", z.ZodTypeAny, { message?: string | undefined; status?: "pending" | undefined; }, { message?: string | undefined; status?: "pending" | undefined; }>; export declare const postV3MessagesDownloadErrorSchema: z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>; export declare const getV3MessagesDownloadDownloadUuidDataSchema: z.ZodObject<{ headers: z.ZodObject<{ Authorization: z.ZodString; }, "strip", z.ZodTypeAny, { Authorization: string; }, { Authorization: string; }>; path: z.ZodObject<{ download_uuid: z.ZodString; }, "strip", z.ZodTypeAny, { download_uuid: string; }, { download_uuid: string; }>; }, "strip", z.ZodTypeAny, { path: { download_uuid: string; }; headers: { Authorization: string; }; }, { path: { download_uuid: string; }; headers: { Authorization: string; }; }>; export declare const getV3MessagesDownloadDownloadUuidResponseSchema: z.ZodObject<{ csv: z.ZodString; presigned_url: z.ZodOptional; }, "strip", z.ZodTypeAny, { csv: string; presigned_url?: string | undefined; }, { csv: string; presigned_url?: string | undefined; }>; export declare const getV3MessagesDownloadDownloadUuidErrorSchema: z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>; export declare const getV3MessagesMsgIdDataSchema: z.ZodObject<{ headers: z.ZodObject<{ Authorization: z.ZodString; }, "strip", z.ZodTypeAny, { Authorization: string; }, { Authorization: string; }>; path: z.ZodObject<{ msg_id: z.ZodString; }, "strip", z.ZodTypeAny, { msg_id: string; }, { msg_id: string; }>; }, "strip", z.ZodTypeAny, { path: { msg_id: string; }; headers: { Authorization: string; }; }, { path: { msg_id: string; }; headers: { Authorization: string; }; }>; export declare const getV3MessagesMsgIdResponseSchema: z.ZodIntersection; msg_id: z.ZodOptional; status: z.ZodOptional, z.ZodLiteral<"delivered">, z.ZodLiteral<"not delivered">]>>; subject: z.ZodOptional; to_email: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: "processed" | "delivered" | "not delivered" | undefined; from_email?: string | undefined; msg_id?: string | undefined; subject?: string | undefined; to_email?: string | undefined; }, { status?: "processed" | "delivered" | "not delivered" | undefined; from_email?: string | undefined; msg_id?: string | undefined; subject?: string | undefined; to_email?: string | undefined; }>, z.ZodObject<{ api_key_id: z.ZodString; asm_group_id: z.ZodNumber; categories: z.ZodArray; events: z.ZodArray; bounce_type: z.ZodUnion<[z.ZodLiteral<"soft">, z.ZodLiteral<"hard">]>; event_name: z.ZodUnion<[z.ZodLiteral<"bounced">, z.ZodLiteral<"opened">, z.ZodLiteral<"clicked">, z.ZodLiteral<"processed">, z.ZodLiteral<"dropped">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deferred">, z.ZodLiteral<"spam_report">, z.ZodLiteral<"unsubscribe">, z.ZodLiteral<"group_unsubscribe">, z.ZodLiteral<"group_resubscribe">]>; http_user_agent: z.ZodString; mx_server: z.ZodString; processed: z.ZodString; reason: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { processed: string; bounce_type: "soft" | "hard"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; url?: string | undefined; attempt_num?: number | undefined; }, { processed: string; bounce_type: "soft" | "hard"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; url?: string | undefined; attempt_num?: number | undefined; }>, "many">; originating_ip: z.ZodString; outbound_ip: z.ZodString; outbound_ip_type: z.ZodUnion<[z.ZodLiteral<"dedicated">, z.ZodLiteral<"shared">]>; teammate: z.ZodString; template_id: z.ZodString; unique_args: z.ZodString; }, "strip", z.ZodTypeAny, { api_key_id: string; categories: string[]; asm_group_id: number; events: { processed: string; bounce_type: "soft" | "hard"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; url?: string | undefined; attempt_num?: number | undefined; }[]; originating_ip: string; outbound_ip: string; outbound_ip_type: "dedicated" | "shared"; teammate: string; template_id: string; unique_args: string; }, { api_key_id: string; categories: string[]; asm_group_id: number; events: { processed: string; bounce_type: "soft" | "hard"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; url?: string | undefined; attempt_num?: number | undefined; }[]; originating_ip: string; outbound_ip: string; outbound_ip_type: "dedicated" | "shared"; teammate: string; template_id: string; unique_args: string; }>>, z.ZodObject<{ from_email: z.ZodString; msg_id: z.ZodString; status: z.ZodUnion<[z.ZodLiteral<"processed">, z.ZodLiteral<"delivered">, z.ZodLiteral<"not delivered">]>; subject: z.ZodString; to_email: z.ZodString; api_key_id: z.ZodString; asm_group_id: z.ZodNumber; categories: z.ZodArray; events: z.ZodArray; bounce_type: z.ZodUnion<[z.ZodLiteral<"bounced">, z.ZodLiteral<"blocked">, z.ZodLiteral<"expired">]>; event_name: z.ZodUnion<[z.ZodLiteral<"bounced">, z.ZodLiteral<"opened">, z.ZodLiteral<"clicked">, z.ZodLiteral<"processed">, z.ZodLiteral<"dropped">, z.ZodLiteral<"delivered">, z.ZodLiteral<"deferred">, z.ZodLiteral<"spam_report">, z.ZodLiteral<"unsubscribe">, z.ZodLiteral<"group_unsubscribe">, z.ZodLiteral<"group_resubscribe">]>; http_user_agent: z.ZodString; mx_server: z.ZodString; processed: z.ZodString; reason: z.ZodOptional; url: z.ZodString; }, "strip", z.ZodTypeAny, { processed: string; url: string; bounce_type: "bounced" | "blocked" | "expired"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; attempt_num?: number | undefined; }, { processed: string; url: string; bounce_type: "bounced" | "blocked" | "expired"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; attempt_num?: number | undefined; }>, "many">; originating_ip: z.ZodString; outbound_ip: z.ZodString; outbound_ip_type: z.ZodUnion<[z.ZodLiteral<"dedicated">, z.ZodLiteral<"shared">]>; teammate: z.ZodString; template_id: z.ZodString; unique_args: z.ZodString; }, "strip", z.ZodTypeAny, { status: "processed" | "delivered" | "not delivered"; from_email: string; msg_id: string; subject: string; to_email: string; api_key_id: string; categories: string[]; asm_group_id: number; events: { processed: string; url: string; bounce_type: "bounced" | "blocked" | "expired"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; attempt_num?: number | undefined; }[]; originating_ip: string; outbound_ip: string; outbound_ip_type: "dedicated" | "shared"; teammate: string; template_id: string; unique_args: string; }, { status: "processed" | "delivered" | "not delivered"; from_email: string; msg_id: string; subject: string; to_email: string; api_key_id: string; categories: string[]; asm_group_id: number; events: { processed: string; url: string; bounce_type: "bounced" | "blocked" | "expired"; event_name: "processed" | "delivered" | "deferred" | "dropped" | "group_resubscribe" | "group_unsubscribe" | "spam_report" | "unsubscribe" | "bounced" | "opened" | "clicked"; http_user_agent: string; mx_server: string; reason?: string | undefined; attempt_num?: number | undefined; }[]; originating_ip: string; outbound_ip: string; outbound_ip_type: "dedicated" | "shared"; teammate: string; template_id: string; unique_args: string; }>>; export declare const getV3MessagesMsgIdErrorSchema: z.ZodUnion<[z.ZodUnknown, z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getPartnerSettingsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; offset: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; offset?: number | undefined; }, { limit?: number | undefined; offset?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; } | undefined; }>; export declare const getPartnerSettingsResponseSchema: z.ZodObject<{ result: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { result?: { name: string; title: string; enabled: boolean; description: string; }[] | undefined; }, { result?: { name: string; title: string; enabled: boolean; description: string; }[] | undefined; }>; export declare const getPartnerSettingsErrorSchema: z.ZodUnknown; export declare const getPartnerSettingsNewRelicDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getPartnerSettingsNewRelicResponseSchema: z.ZodObject<{ enable_subuser_statistics: z.ZodOptional; enabled: z.ZodBoolean; license_key: z.ZodString; }, "strip", z.ZodTypeAny, { enabled: boolean; license_key: string; enable_subuser_statistics?: boolean | undefined; }, { enabled: boolean; license_key: string; enable_subuser_statistics?: boolean | undefined; }>; export declare const getPartnerSettingsNewRelicErrorSchema: z.ZodUnknown; export declare const patchPartnerSettingsNewRelicDataSchema: z.ZodObject<{ body: z.ZodOptional; enabled: z.ZodOptional; license_key: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; enable_subuser_statistics?: boolean | undefined; license_key?: string | undefined; }, { enabled?: boolean | undefined; enable_subuser_statistics?: boolean | undefined; license_key?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; enable_subuser_statistics?: boolean | undefined; license_key?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; enable_subuser_statistics?: boolean | undefined; license_key?: string | undefined; } | undefined; }>; export declare const patchPartnerSettingsNewRelicResponseSchema: z.ZodObject<{ enable_subuser_statistics: z.ZodOptional; enabled: z.ZodBoolean; license_key: z.ZodString; }, "strip", z.ZodTypeAny, { enabled: boolean; license_key: string; enable_subuser_statistics?: boolean | undefined; }, { enabled: boolean; license_key: string; enable_subuser_statistics?: boolean | undefined; }>; export declare const patchPartnerSettingsNewRelicErrorSchema: z.ZodUnknown; export declare const getScopesDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getScopesResponseSchema: z.ZodObject<{ scopes: z.ZodArray; }, "strip", z.ZodTypeAny, { scopes: string[]; }, { scopes: string[]; }>; export declare const getScopesErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: unknown; }, { message: string; field?: unknown; }>, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; field?: unknown; }[]; }, { errors: { message: string; field?: unknown; }[]; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getV3ScopesRequestsDataSchema: z.ZodObject<{ query: z.ZodOptional; offset: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; offset?: number | undefined; }, { limit?: number | undefined; offset?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { limit?: number | undefined; offset?: number | undefined; } | undefined; }, { query?: { limit?: number | undefined; offset?: number | undefined; } | undefined; }>; export declare const getV3ScopesRequestsResponseSchema: z.ZodArray; first_name: z.ZodOptional; id: z.ZodOptional; last_name: z.ZodOptional; scope_group_name: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; username?: string | undefined; email?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; scope_group_name?: string | undefined; }, { id?: number | undefined; username?: string | undefined; email?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; scope_group_name?: string | undefined; }>, "many">; export declare const getV3ScopesRequestsErrorSchema: z.ZodUnknown; export declare const deleteV3ScopesRequestsRequestIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ request_id: z.ZodString; }, "strip", z.ZodTypeAny, { request_id: string; }, { request_id: string; }>; }, "strip", z.ZodTypeAny, { path: { request_id: string; }; }, { path: { request_id: string; }; }>; export declare const deleteV3ScopesRequestsRequestIdResponseSchema: z.ZodVoid; export declare const deleteV3ScopesRequestsRequestIdErrorSchema: z.ZodUnion<[z.ZodUnknown, z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>]>; export declare const patchV3ScopesRequestsApproveIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ request_id: z.ZodString; }, "strip", z.ZodTypeAny, { request_id: string; }, { request_id: string; }>; }, "strip", z.ZodTypeAny, { path: { request_id: string; }; }, { path: { request_id: string; }; }>; export declare const patchV3ScopesRequestsApproveIdResponseSchema: z.ZodObject<{ scope_group_name: z.ZodOptional; }, "strip", z.ZodTypeAny, { scope_group_name?: string | undefined; }, { scope_group_name?: string | undefined; }>; export declare const patchV3ScopesRequestsApproveIdErrorSchema: z.ZodUnion<[z.ZodRecord, z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>]>; export declare const getV3SendersDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getV3SendersResponseSchema: z.ZodObject<{ result: z.ZodOptional; address_2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; nickname: z.ZodOptional; reply_to: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }>, z.ZodObject<{ created_at: z.ZodOptional; id: z.ZodOptional; locked: z.ZodOptional; updated_at: z.ZodOptional; verified: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }>>, z.ZodRecord>, "many">>; }, "strip", z.ZodTypeAny, { result?: ({ city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; } & { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; } & Record)[] | undefined; }, { result?: ({ city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; } & { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; } & Record)[] | undefined; }>; export declare const getV3SendersErrorSchema: z.ZodUnknown; export declare const postSendersDataSchema: z.ZodObject<{ body: z.ZodOptional; address_2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; nickname: z.ZodOptional; reply_to: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }>, z.ZodObject<{ from: z.ZodOptional>; reply_to: z.ZodOptional>; }, "strip", z.ZodTypeAny, { from?: Record | undefined; reply_to?: Record | undefined; }, { from?: Record | undefined; reply_to?: Record | undefined; }>>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: ({ city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; } & { from?: Record | undefined; reply_to?: Record | undefined; }) | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: ({ city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; } & { from?: Record | undefined; reply_to?: Record | undefined; }) | undefined; }>; export declare const postSendersResponseSchema: z.ZodIntersection; address_2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; nickname: z.ZodOptional; reply_to: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }>, z.ZodObject<{ created_at: z.ZodOptional; id: z.ZodOptional; locked: z.ZodOptional; updated_at: z.ZodOptional; verified: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }>>, z.ZodRecord>; export declare const postSendersErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const deleteV3SendersSenderIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ sender_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { sender_id: number; }, { sender_id: number; }>; }, "strip", z.ZodTypeAny, { path: { sender_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { sender_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteV3SendersSenderIdResponseSchema: z.ZodRecord; export declare const deleteV3SendersSenderIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const getV3SendersSenderIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ sender_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { sender_id: number; }, { sender_id: number; }>; }, "strip", z.ZodTypeAny, { path: { sender_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { sender_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getV3SendersSenderIdResponseSchema: z.ZodIntersection; address_2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; nickname: z.ZodOptional; reply_to: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }>, z.ZodObject<{ created_at: z.ZodOptional; id: z.ZodOptional; locked: z.ZodOptional; updated_at: z.ZodOptional; verified: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }>>, z.ZodRecord>; export declare const getV3SendersSenderIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const patchV3SendersSenderIdDataSchema: z.ZodObject<{ body: z.ZodOptional; address_2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; nickname: z.ZodOptional; reply_to: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ sender_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { sender_id: number; }, { sender_id: number; }>; }, "strip", z.ZodTypeAny, { path: { sender_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; } | undefined; }, { path: { sender_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; } | undefined; }>; export declare const patchV3SendersSenderIdResponseSchema: z.ZodIntersection; address_2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; nickname: z.ZodOptional; reply_to: z.ZodOptional; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; email?: string | undefined; }, { name?: string | undefined; email?: string | undefined; }>>; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }, { city?: string | undefined; country?: string | undefined; address?: string | undefined; state?: string | undefined; zip?: string | undefined; address_2?: string | undefined; from?: { name?: string | undefined; email?: string | undefined; } | undefined; nickname?: string | undefined; reply_to?: { name?: string | undefined; email?: string | undefined; } | undefined; }>, z.ZodObject<{ created_at: z.ZodOptional; id: z.ZodOptional; locked: z.ZodOptional; updated_at: z.ZodOptional; verified: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }, { id?: number | undefined; created_at?: number | undefined; updated_at?: number | undefined; locked?: boolean | undefined; verified?: boolean | undefined; }>>, z.ZodRecord>; export declare const patchV3SendersSenderIdErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const postV3SendersSenderIdResendVerificationDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ sender_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { sender_id: number; }, { sender_id: number; }>; }, "strip", z.ZodTypeAny, { path: { sender_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { sender_id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const postV3SendersSenderIdResendVerificationResponseSchema: z.ZodRecord; export declare const postV3SendersSenderIdResendVerificationErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const postSsoCertificatesDataSchema: z.ZodObject<{ body: z.ZodOptional; integration_id: z.ZodString; public_certificate: z.ZodString; }, "strip", z.ZodTypeAny, { public_certificate: string; integration_id: string; enabled?: boolean | undefined; }, { public_certificate: string; integration_id: string; enabled?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { public_certificate: string; integration_id: string; enabled?: boolean | undefined; } | undefined; }, { body?: { public_certificate: string; integration_id: string; enabled?: boolean | undefined; } | undefined; }>; export declare const postSsoCertificatesResponseSchema: z.ZodObject<{ id: z.ZodOptional; intergration_id: z.ZodOptional; not_after: z.ZodOptional; not_before: z.ZodOptional; public_certificate: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; intergration_id?: string | undefined; not_after?: number | undefined; not_before?: number | undefined; public_certificate?: string | undefined; }, { id?: number | undefined; intergration_id?: string | undefined; not_after?: number | undefined; not_before?: number | undefined; public_certificate?: string | undefined; }>; export declare const postSsoCertificatesErrorSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const deleteSsoCertificatesCertIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ cert_id: z.ZodString; }, "strip", z.ZodTypeAny, { cert_id: string; }, { cert_id: string; }>; }, "strip", z.ZodTypeAny, { path: { cert_id: string; }; }, { path: { cert_id: string; }; }>; export declare const deleteSsoCertificatesCertIdResponseSchema: z.ZodObject<{ id: z.ZodOptional; intergration_id: z.ZodOptional; not_after: z.ZodOptional; not_before: z.ZodOptional; public_certificate: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; intergration_id?: string | undefined; not_after?: number | undefined; not_before?: number | undefined; public_certificate?: string | undefined; }, { id?: number | undefined; intergration_id?: string | undefined; not_after?: number | undefined; not_before?: number | undefined; public_certificate?: string | undefined; }>; export declare const deleteSsoCertificatesCertIdErrorSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const getSsoCertificatesCertIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ cert_id: z.ZodString; }, "strip", z.ZodTypeAny, { cert_id: string; }, { cert_id: string; }>; }, "strip", z.ZodTypeAny, { path: { cert_id: string; }; }, { path: { cert_id: string; }; }>; export declare const getSsoCertificatesCertIdResponseSchema: z.ZodObject<{ id: z.ZodOptional; intergration_id: z.ZodOptional; not_after: z.ZodOptional; not_before: z.ZodOptional; public_certificate: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; intergration_id?: string | undefined; not_after?: number | undefined; not_before?: number | undefined; public_certificate?: string | undefined; }, { id?: number | undefined; intergration_id?: string | undefined; not_after?: number | undefined; not_before?: number | undefined; public_certificate?: string | undefined; }>; export declare const getSsoCertificatesCertIdErrorSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const patchSsoCertificatesCertIdDataSchema: z.ZodObject<{ body: z.ZodOptional; integration_id: z.ZodOptional; public_certificate: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; public_certificate?: string | undefined; integration_id?: string | undefined; }, { enabled?: boolean | undefined; public_certificate?: string | undefined; integration_id?: string | undefined; }>>; path: z.ZodObject<{ cert_id: z.ZodString; }, "strip", z.ZodTypeAny, { cert_id: string; }, { cert_id: string; }>; }, "strip", z.ZodTypeAny, { path: { cert_id: string; }; body?: { enabled?: boolean | undefined; public_certificate?: string | undefined; integration_id?: string | undefined; } | undefined; }, { path: { cert_id: string; }; body?: { enabled?: boolean | undefined; public_certificate?: string | undefined; integration_id?: string | undefined; } | undefined; }>; export declare const getSsoIntegrationsDataSchema: z.ZodObject<{ query: z.ZodOptional; }, "strip", z.ZodTypeAny, { si?: boolean | undefined; }, { si?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { si?: boolean | undefined; } | undefined; }, { query?: { si?: boolean | undefined; } | undefined; }>; export declare const getSsoIntegrationsResponseSchema: z.ZodArray; enabled: z.ZodBoolean; entity_id: z.ZodString; name: z.ZodString; signin_url: z.ZodString; signout_url: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }>, z.ZodObject<{ audience_url: z.ZodOptional; id: z.ZodOptional; last_updated: z.ZodNumber; single_signon_url: z.ZodOptional; }, "strip", z.ZodTypeAny, { last_updated: number; id?: string | undefined; audience_url?: string | undefined; single_signon_url?: string | undefined; }, { last_updated: number; id?: string | undefined; audience_url?: string | undefined; single_signon_url?: string | undefined; }>>, "many">; export declare const getSsoIntegrationsErrorSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const postSsoIntegrationsDataSchema: z.ZodObject<{ body: z.ZodOptional; enabled: z.ZodBoolean; entity_id: z.ZodString; name: z.ZodString; signin_url: z.ZodString; signout_url: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; } | undefined; }, { body?: { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; } | undefined; }>; export declare const postSsoIntegrationsResponseSchema: z.ZodIntersection; enabled: z.ZodBoolean; entity_id: z.ZodString; name: z.ZodString; signin_url: z.ZodString; signout_url: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }>, z.ZodObject<{ audience_url: z.ZodOptional; id: z.ZodOptional; last_updated: z.ZodNumber; single_signon_url: z.ZodOptional; }, "strip", z.ZodTypeAny, { last_updated: number; id?: string | undefined; audience_url?: string | undefined; single_signon_url?: string | undefined; }, { last_updated: number; id?: string | undefined; audience_url?: string | undefined; single_signon_url?: string | undefined; }>>; export declare const postSsoIntegrationsErrorSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const deleteSsoIntegrationsIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const deleteSsoIntegrationsIdResponseSchema: z.ZodVoid; export declare const deleteSsoIntegrationsIdErrorSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const getSsoIntegrationsIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { si?: boolean | undefined; }, { si?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { id: string; }; query?: { si?: boolean | undefined; } | undefined; }, { path: { id: string; }; query?: { si?: boolean | undefined; } | undefined; }>; export declare const getSsoIntegrationsIdResponseSchema: z.ZodIntersection; enabled: z.ZodBoolean; entity_id: z.ZodString; name: z.ZodString; signin_url: z.ZodString; signout_url: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }>, z.ZodObject<{ audience_url: z.ZodOptional; id: z.ZodOptional; last_updated: z.ZodNumber; single_signon_url: z.ZodOptional; }, "strip", z.ZodTypeAny, { last_updated: number; id?: string | undefined; audience_url?: string | undefined; single_signon_url?: string | undefined; }, { last_updated: number; id?: string | undefined; audience_url?: string | undefined; single_signon_url?: string | undefined; }>>; export declare const getSsoIntegrationsIdErrorSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const patchSsoIntegrationsIdDataSchema: z.ZodObject<{ body: z.ZodOptional; enabled: z.ZodBoolean; entity_id: z.ZodString; name: z.ZodString; signin_url: z.ZodString; signout_url: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { si?: boolean | undefined; }, { si?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { path: { id: string; }; query?: { si?: boolean | undefined; } | undefined; body?: { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; } | undefined; }, { path: { id: string; }; query?: { si?: boolean | undefined; } | undefined; body?: { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; } | undefined; }>; export declare const patchSsoIntegrationsIdResponseSchema: z.ZodIntersection; enabled: z.ZodBoolean; entity_id: z.ZodString; name: z.ZodString; signin_url: z.ZodString; signout_url: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }, { name: string; enabled: boolean; entity_id: string; signin_url: string; signout_url: string; completed_integration?: boolean | undefined; }>, z.ZodObject<{ audience_url: z.ZodOptional; id: z.ZodOptional; last_updated: z.ZodNumber; single_signon_url: z.ZodOptional; }, "strip", z.ZodTypeAny, { last_updated: number; id?: string | undefined; audience_url?: string | undefined; single_signon_url?: string | undefined; }, { last_updated: number; id?: string | undefined; audience_url?: string | undefined; single_signon_url?: string | undefined; }>>; export declare const patchSsoIntegrationsIdErrorSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const getSsoIntegrationsIntegrationIdCertificatesDataSchema: z.ZodObject<{ path: z.ZodObject<{ integration_id: z.ZodString; }, "strip", z.ZodTypeAny, { integration_id: string; }, { integration_id: string; }>; }, "strip", z.ZodTypeAny, { path: { integration_id: string; }; }, { path: { integration_id: string; }; }>; export declare const getSsoIntegrationsIntegrationIdCertificatesResponseSchema: z.ZodArray; intergration_id: z.ZodOptional; not_after: z.ZodOptional; not_before: z.ZodOptional; public_certificate: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; intergration_id?: string | undefined; not_after?: number | undefined; not_before?: number | undefined; public_certificate?: string | undefined; }, { id?: number | undefined; intergration_id?: string | undefined; not_after?: number | undefined; not_before?: number | undefined; public_certificate?: string | undefined; }>, "many">; export declare const getSsoIntegrationsIntegrationIdCertificatesErrorSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const postSsoTeammatesDataSchema: z.ZodObject<{ body: z.ZodOptional; is_read_only: z.ZodOptional; last_name: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }>, z.ZodObject<{ scopes: z.ZodArray; }, "strip", z.ZodTypeAny, { scopes: string[]; }, { scopes: string[]; }>>>; }, "strip", z.ZodTypeAny, { body?: ({ email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; } & { scopes: string[]; }) | undefined; }, { body?: ({ email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; } & { scopes: string[]; }) | undefined; }>; export declare const postSsoTeammatesResponseSchema: z.ZodIntersection; is_read_only: z.ZodOptional; last_name: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }>, z.ZodObject<{ is_sso: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; is_sso?: boolean | undefined; }, { username?: string | undefined; is_sso?: boolean | undefined; }>>; export declare const postSsoTeammatesErrorSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const patchSsoTeammatesUsernameDataSchema: z.ZodObject<{ body: z.ZodOptional; is_admin: z.ZodOptional; last_name: z.ZodOptional; scopes: z.ZodOptional>; }, "strip", z.ZodTypeAny, { scopes?: string[] | undefined; first_name?: string | undefined; last_name?: string | undefined; is_admin?: boolean | undefined; }, { scopes?: string[] | undefined; first_name?: string | undefined; last_name?: string | undefined; is_admin?: boolean | undefined; }>>; path: z.ZodObject<{ username: z.ZodString; }, "strip", z.ZodTypeAny, { username: string; }, { username: string; }>; }, "strip", z.ZodTypeAny, { path: { username: string; }; body?: { scopes?: string[] | undefined; first_name?: string | undefined; last_name?: string | undefined; is_admin?: boolean | undefined; } | undefined; }, { path: { username: string; }; body?: { scopes?: string[] | undefined; first_name?: string | undefined; last_name?: string | undefined; is_admin?: boolean | undefined; } | undefined; }>; export declare const patchSsoTeammatesUsernameResponseSchema: z.ZodIntersection; is_read_only: z.ZodOptional; last_name: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }, { email: string; first_name: string; last_name: string; is_admin?: boolean | undefined; is_read_only?: boolean | undefined; }>, z.ZodObject<{ is_sso: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; is_sso?: boolean | undefined; }, { username?: string | undefined; is_sso?: boolean | undefined; }>>, z.ZodObject<{ address: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; company: z.ZodOptional; country: z.ZodOptional; email: z.ZodOptional; phone: z.ZodOptional; scopes: z.ZodOptional>; state: z.ZodOptional; user_type: z.ZodOptional, z.ZodLiteral<"owner">, z.ZodLiteral<"teammate">]>>; website: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes?: string[] | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }, { scopes?: string[] | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }>>; export declare const patchSsoTeammatesUsernameErrorSchema: z.ZodArray; field: z.ZodNullable>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }, { message?: string | undefined; error_id?: string | undefined; field?: string | null | undefined; }>, "many">; export declare const getStatsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodObject<{ aggregated_by: z.ZodOptional, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>>; end_date: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; start_date: z.ZodString; }, "strip", z.ZodTypeAny, { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }, { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }>; }, "strip", z.ZodTypeAny, { query: { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { query: { start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getStatsResponseSchema: z.ZodArray; unique_clicks: z.ZodOptional; }, "strip", z.ZodTypeAny, { clicks?: number | undefined; unique_clicks?: number | undefined; }, { clicks?: number | undefined; unique_clicks?: number | undefined; }>, z.ZodObject<{ opens: z.ZodOptional; unique_opens: z.ZodOptional; }, "strip", z.ZodTypeAny, { opens?: number | undefined; unique_opens?: number | undefined; }, { opens?: number | undefined; unique_opens?: number | undefined; }>>, z.ZodObject<{ blocks: z.ZodOptional; bounce_drops: z.ZodOptional; bounces: z.ZodOptional; deferred: z.ZodOptional; delivered: z.ZodOptional; invalid_emails: z.ZodOptional; processed: z.ZodOptional; requests: z.ZodOptional; spam_report_drops: z.ZodOptional; spam_reports: z.ZodOptional; unsubscribe_drops: z.ZodOptional; unsubscribes: z.ZodOptional; }, "strip", z.ZodTypeAny, { processed?: number | undefined; delivered?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }, { processed?: number | undefined; delivered?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }>>>; }, "strip", z.ZodTypeAny, { metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; } & { processed?: number | undefined; delivered?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }) | undefined; }, { metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; } & { processed?: number | undefined; delivered?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }) | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { date: string; stats: { metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; } & { processed?: number | undefined; delivered?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }) | undefined; }[]; }, { date: string; stats: { metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; } & { processed?: number | undefined; delivered?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }) | undefined; }[]; }>, "many">; export declare const getStatsErrorSchema: z.ZodUnknown; export declare const getSubusersDataSchema: z.ZodObject<{ query: z.ZodOptional; offset: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; limit?: number | undefined; offset?: number | undefined; }, { username?: string | undefined; limit?: number | undefined; offset?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { username?: string | undefined; limit?: number | undefined; offset?: number | undefined; } | undefined; }, { query?: { username?: string | undefined; limit?: number | undefined; offset?: number | undefined; } | undefined; }>; export declare const getSubusersResponseSchema: z.ZodArray, "many">; export declare const getSubusersErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const postSubusersDataSchema: z.ZodObject<{ body: z.ZodOptional; password: z.ZodString; username: z.ZodString; }, "strip", z.ZodTypeAny, { ips: string[]; username: string; email: string; password: string; }, { ips: string[]; username: string; email: string; password: string; }>>; }, "strip", z.ZodTypeAny, { body?: { ips: string[]; username: string; email: string; password: string; } | undefined; }, { body?: { ips: string[]; username: string; email: string; password: string; } | undefined; }>; export declare const postSubusersResponseSchema: z.ZodObject<{ authorization_token: z.ZodOptional; credit_allocation: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; }, { type?: string | undefined; }>>; email: z.ZodString; signup_session_token: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; }, "strip", z.ZodTypeAny, { user_id: number; username: string; email: string; authorization_token?: string | undefined; credit_allocation?: { type?: string | undefined; } | undefined; signup_session_token?: string | undefined; }, { user_id: number; username: string; email: string; authorization_token?: string | undefined; credit_allocation?: { type?: string | undefined; } | undefined; signup_session_token?: string | undefined; }>; export declare const postSubusersErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodRecord]>; export declare const getSubusersReputationsDataSchema: z.ZodObject<{ query: z.ZodOptional; }, "strip", z.ZodTypeAny, { usernames?: string | undefined; }, { usernames?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { usernames?: string | undefined; } | undefined; }, { query?: { usernames?: string | undefined; } | undefined; }>; export declare const getSubusersReputationsResponseSchema: z.ZodArray, "many">; export declare const getSubusersReputationsErrorSchema: z.ZodUnknown; export declare const getSubusersStatsDataSchema: z.ZodObject<{ query: z.ZodObject<{ aggregated_by: z.ZodOptional, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>>; end_date: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; start_date: z.ZodString; subusers: z.ZodString; }, "strip", z.ZodTypeAny, { subusers: string; start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }, { subusers: string; start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }>; }, "strip", z.ZodTypeAny, { query: { subusers: string; start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }; }, { query: { subusers: string; start_date: string; limit?: number | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: number | undefined; }; }>; export declare const getSubusersStatsResponseSchema: z.ZodObject<{ date: z.ZodString; stats: z.ZodOptional>; name: z.ZodOptional; type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }, { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date: string; stats?: { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }[] | undefined; }, { date: string; stats?: { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }[] | undefined; }>; export declare const getSubusersStatsErrorSchema: z.ZodUnknown; export declare const getSubusersStatsMonthlyDataSchema: z.ZodObject<{ query: z.ZodObject<{ date: z.ZodString; limit: z.ZodOptional; offset: z.ZodOptional; sort_by_direction: z.ZodOptional, z.ZodLiteral<"asc">]>>; sort_by_metric: z.ZodOptional, z.ZodLiteral<"bounces">, z.ZodLiteral<"clicks">, z.ZodLiteral<"delivered">, z.ZodLiteral<"opens">, z.ZodLiteral<"requests">, z.ZodLiteral<"unique_clicks">, z.ZodLiteral<"unique_opens">, z.ZodLiteral<"unsubscribes">]>>; subuser: z.ZodOptional; }, "strip", z.ZodTypeAny, { date: string; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: "delivered" | "clicks" | "unique_clicks" | "opens" | "unique_opens" | "bounces" | "requests" | "unsubscribes" | "blocks" | undefined; subuser?: string | undefined; }, { date: string; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: "delivered" | "clicks" | "unique_clicks" | "opens" | "unique_opens" | "bounces" | "requests" | "unsubscribes" | "blocks" | undefined; subuser?: string | undefined; }>; }, "strip", z.ZodTypeAny, { query: { date: string; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: "delivered" | "clicks" | "unique_clicks" | "opens" | "unique_opens" | "bounces" | "requests" | "unsubscribes" | "blocks" | undefined; subuser?: string | undefined; }; }, { query: { date: string; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: "delivered" | "clicks" | "unique_clicks" | "opens" | "unique_opens" | "bounces" | "requests" | "unsubscribes" | "blocks" | undefined; subuser?: string | undefined; }; }>; export declare const getSubusersStatsMonthlyResponseSchema: z.ZodObject<{ date: z.ZodOptional; stats: z.ZodOptional; last_name: z.ZodOptional; metrics: z.ZodOptional; bounce_drops: z.ZodOptional; bounces: z.ZodOptional; clicks: z.ZodOptional; deferred: z.ZodOptional; delivered: z.ZodOptional; invalid_emails: z.ZodOptional; opens: z.ZodOptional; processed: z.ZodOptional; requests: z.ZodOptional; spam_report_drops: z.ZodOptional; spam_reports: z.ZodOptional; unique_clicks: z.ZodOptional; unique_opens: z.ZodOptional; unsubscribe_drops: z.ZodOptional; unsubscribes: z.ZodOptional; }, "strip", z.ZodTypeAny, { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }, { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }>>; name: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }, { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }[] | undefined; }, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }[] | undefined; }>; export declare const getSubusersStatsMonthlyErrorSchema: z.ZodUnknown; export declare const getSubusersStatsSumsDataSchema: z.ZodObject<{ query: z.ZodObject<{ aggregated_by: z.ZodOptional; end_date: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; sort_by_direction: z.ZodOptional, z.ZodLiteral<"asc">]>>; sort_by_metric: z.ZodOptional; start_date: z.ZodString; }, "strip", z.ZodTypeAny, { start_date: string; limit?: number | undefined; aggregated_by?: string | undefined; end_date?: string | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }, { start_date: string; limit?: number | undefined; aggregated_by?: string | undefined; end_date?: string | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }>; }, "strip", z.ZodTypeAny, { query: { start_date: string; limit?: number | undefined; aggregated_by?: string | undefined; end_date?: string | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }; }, { query: { start_date: string; limit?: number | undefined; aggregated_by?: string | undefined; end_date?: string | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }; }>; export declare const getSubusersStatsSumsResponseSchema: z.ZodObject<{ date: z.ZodString; stats: z.ZodOptional>; name: z.ZodOptional; type: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }, { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date: string; stats?: { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }[] | undefined; }, { date: string; stats?: { type: string; name?: string | undefined; metrics?: { processed: number; delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; blocks: number; deferred: number; unsubscribe_drops: number; } | undefined; }[] | undefined; }>; export declare const getSubusersStatsSumsErrorSchema: z.ZodUnknown; export declare const deleteSubusersSubuserNameDataSchema: z.ZodObject<{ path: z.ZodObject<{ subuser_name: z.ZodString; }, "strip", z.ZodTypeAny, { subuser_name: string; }, { subuser_name: string; }>; }, "strip", z.ZodTypeAny, { path: { subuser_name: string; }; }, { path: { subuser_name: string; }; }>; export declare const deleteSubusersSubuserNameResponseSchema: z.ZodRecord; export declare const deleteSubusersSubuserNameErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const patchSubusersSubuserNameDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; }, { disabled?: boolean | undefined; }>>; path: z.ZodObject<{ subuser_name: z.ZodString; }, "strip", z.ZodTypeAny, { subuser_name: string; }, { subuser_name: string; }>; }, "strip", z.ZodTypeAny, { path: { subuser_name: string; }; body?: { disabled?: boolean | undefined; } | undefined; }, { path: { subuser_name: string; }; body?: { disabled?: boolean | undefined; } | undefined; }>; export declare const patchSubusersSubuserNameResponseSchema: z.ZodRecord; export declare const patchSubusersSubuserNameErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const putSubusersSubuserNameIpsDataSchema: z.ZodObject<{ body: z.ZodOptional>; path: z.ZodObject<{ subuser_name: z.ZodString; }, "strip", z.ZodTypeAny, { subuser_name: string; }, { subuser_name: string; }>; }, "strip", z.ZodTypeAny, { path: { subuser_name: string; }; body?: string[] | undefined; }, { path: { subuser_name: string; }; body?: string[] | undefined; }>; export declare const putSubusersSubuserNameIpsResponseSchema: z.ZodObject<{ ips: z.ZodOptional>; }, "strip", z.ZodTypeAny, { ips?: string[] | undefined; }, { ips?: string[] | undefined; }>; export declare const putSubusersSubuserNameIpsErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const deleteSubusersSubuserNameMonitorDataSchema: z.ZodObject<{ path: z.ZodObject<{ subuser_name: z.ZodString; }, "strip", z.ZodTypeAny, { subuser_name: string; }, { subuser_name: string; }>; }, "strip", z.ZodTypeAny, { path: { subuser_name: string; }; }, { path: { subuser_name: string; }; }>; export declare const deleteSubusersSubuserNameMonitorResponseSchema: z.ZodRecord; export declare const deleteSubusersSubuserNameMonitorErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getSubusersSubuserNameMonitorDataSchema: z.ZodObject<{ path: z.ZodObject<{ subuser_name: z.ZodString; }, "strip", z.ZodTypeAny, { subuser_name: string; }, { subuser_name: string; }>; }, "strip", z.ZodTypeAny, { path: { subuser_name: string; }; }, { path: { subuser_name: string; }; }>; export declare const getSubusersSubuserNameMonitorResponseSchema: z.ZodObject<{ email: z.ZodString; frequency: z.ZodNumber; }, "strip", z.ZodTypeAny, { email: string; frequency: number; }, { email: string; frequency: number; }>; export declare const getSubusersSubuserNameMonitorErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const postSubusersSubuserNameMonitorDataSchema: z.ZodObject<{ body: z.ZodOptional>; path: z.ZodObject<{ subuser_name: z.ZodString; }, "strip", z.ZodTypeAny, { subuser_name: string; }, { subuser_name: string; }>; }, "strip", z.ZodTypeAny, { path: { subuser_name: string; }; body?: { email: string; frequency: number; } | undefined; }, { path: { subuser_name: string; }; body?: { email: string; frequency: number; } | undefined; }>; export declare const postSubusersSubuserNameMonitorResponseSchema: z.ZodObject<{ email: z.ZodString; frequency: z.ZodNumber; }, "strip", z.ZodTypeAny, { email: string; frequency: number; }, { email: string; frequency: number; }>; export declare const postSubusersSubuserNameMonitorErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const putSubusersSubuserNameMonitorDataSchema: z.ZodObject<{ body: z.ZodOptional>; path: z.ZodObject<{ subuser_name: z.ZodString; }, "strip", z.ZodTypeAny, { subuser_name: string; }, { subuser_name: string; }>; }, "strip", z.ZodTypeAny, { path: { subuser_name: string; }; body?: { email: string; frequency: number; } | undefined; }, { path: { subuser_name: string; }; body?: { email: string; frequency: number; } | undefined; }>; export declare const putSubusersSubuserNameMonitorResponseSchema: z.ZodObject<{ email: z.ZodString; frequency: z.ZodNumber; }, "strip", z.ZodTypeAny, { email: string; frequency: number; }, { email: string; frequency: number; }>; export declare const putSubusersSubuserNameMonitorErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getSubusersSubuserNameStatsMonthlyDataSchema: z.ZodObject<{ path: z.ZodObject<{ subuser_name: z.ZodString; }, "strip", z.ZodTypeAny, { subuser_name: string; }, { subuser_name: string; }>; query: z.ZodObject<{ date: z.ZodString; limit: z.ZodOptional; offset: z.ZodOptional; sort_by_direction: z.ZodOptional, z.ZodLiteral<"asc">]>>; sort_by_metric: z.ZodOptional; }, "strip", z.ZodTypeAny, { date: string; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }, { date: string; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }>; }, "strip", z.ZodTypeAny, { path: { subuser_name: string; }; query: { date: string; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }; }, { path: { subuser_name: string; }; query: { date: string; limit?: number | undefined; offset?: number | undefined; sort_by_direction?: "desc" | "asc" | undefined; sort_by_metric?: string | undefined; }; }>; export declare const getSubusersSubuserNameStatsMonthlyResponseSchema: z.ZodObject<{ date: z.ZodOptional; stats: z.ZodOptional; last_name: z.ZodOptional; metrics: z.ZodOptional; bounce_drops: z.ZodOptional; bounces: z.ZodOptional; clicks: z.ZodOptional; deferred: z.ZodOptional; delivered: z.ZodOptional; invalid_emails: z.ZodOptional; opens: z.ZodOptional; processed: z.ZodOptional; requests: z.ZodOptional; spam_report_drops: z.ZodOptional; spam_reports: z.ZodOptional; unique_clicks: z.ZodOptional; unique_opens: z.ZodOptional; unsubscribe_drops: z.ZodOptional; unsubscribes: z.ZodOptional; }, "strip", z.ZodTypeAny, { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }, { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; }>>; name: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }, { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }[] | undefined; }, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: { processed?: number | undefined; delivered?: number | undefined; clicks?: number | undefined; unique_clicks?: number | undefined; opens?: number | undefined; unique_opens?: number | undefined; bounce_drops?: number | undefined; bounces?: number | undefined; invalid_emails?: number | undefined; requests?: number | undefined; spam_report_drops?: number | undefined; spam_reports?: number | undefined; unsubscribes?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; unsubscribe_drops?: number | undefined; } | undefined; first_name?: string | undefined; last_name?: string | undefined; }[] | undefined; }>; export declare const getSubusersSubuserNameStatsMonthlyErrorSchema: z.ZodUnknown; export declare const deleteSuppressionBlocksDataSchema: z.ZodObject<{ body: z.ZodOptional; emails: z.ZodOptional>; }, "strip", z.ZodTypeAny, { emails?: string[] | undefined; delete_all?: boolean | undefined; }, { emails?: string[] | undefined; delete_all?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { emails?: string[] | undefined; delete_all?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { emails?: string[] | undefined; delete_all?: boolean | undefined; } | undefined; }>; export declare const deleteSuppressionBlocksResponseSchema: z.ZodRecord; export declare const deleteSuppressionBlocksErrorSchema: z.ZodUnknown; export declare const getSuppressionBlocksDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; start_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; }, { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; } | undefined; }>; export declare const getSuppressionBlocksResponseSchema: z.ZodArray, "many">; export declare const getSuppressionBlocksErrorSchema: z.ZodUnknown; export declare const deleteSuppressionBlocksEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteSuppressionBlocksEmailResponseSchema: z.ZodRecord; export declare const deleteSuppressionBlocksEmailErrorSchema: z.ZodUnknown; export declare const getSuppressionBlocksEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getSuppressionBlocksEmailResponseSchema: z.ZodArray, "many">; export declare const getSuppressionBlocksEmailErrorSchema: z.ZodUnknown; export declare const deleteSuppressionBouncesDataSchema: z.ZodObject<{ body: z.ZodOptional; emails: z.ZodOptional>; }, "strip", z.ZodTypeAny, { emails?: string[] | undefined; delete_all?: boolean | undefined; }, { emails?: string[] | undefined; delete_all?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { emails?: string[] | undefined; delete_all?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { emails?: string[] | undefined; delete_all?: boolean | undefined; } | undefined; }>; export declare const deleteSuppressionBouncesResponseSchema: z.ZodUnknown; export declare const deleteSuppressionBouncesErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getSuppressionBouncesDataSchema: z.ZodObject<{ headers: z.ZodObject<{ Accept: z.ZodString; 'on-behalf-of': z.ZodOptional; }, "strip", z.ZodTypeAny, { Accept: string; 'on-behalf-of'?: string | undefined; }, { Accept: string; 'on-behalf-of'?: string | undefined; }>; query: z.ZodOptional; start_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { end_time?: number | undefined; start_time?: number | undefined; }, { end_time?: number | undefined; start_time?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers: { Accept: string; 'on-behalf-of'?: string | undefined; }; query?: { end_time?: number | undefined; start_time?: number | undefined; } | undefined; }, { headers: { Accept: string; 'on-behalf-of'?: string | undefined; }; query?: { end_time?: number | undefined; start_time?: number | undefined; } | undefined; }>; export declare const getSuppressionBouncesResponseSchema: z.ZodArray; email: z.ZodOptional; reason: z.ZodOptional; status: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: string | undefined; created?: number | undefined; email?: string | undefined; reason?: string | undefined; }, { status?: string | undefined; created?: number | undefined; email?: string | undefined; reason?: string | undefined; }>, "many">; export declare const getSuppressionBouncesErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const deleteSuppressionBouncesEmailDataSchema: z.ZodObject<{ body: z.ZodOptional; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; query: z.ZodObject<{ email_address: z.ZodString; }, "strip", z.ZodTypeAny, { email_address: string; }, { email_address: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; }; query: { email_address: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: unknown; }, { path: { email: string; }; query: { email_address: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: unknown; }>; export declare const deleteSuppressionBouncesEmailResponseSchema: z.ZodRecord; export declare const deleteSuppressionBouncesEmailErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getSuppressionBouncesEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getSuppressionBouncesEmailResponseSchema: z.ZodArray; email: z.ZodOptional; reason: z.ZodOptional; status: z.ZodOptional; }, "strip", z.ZodTypeAny, { status?: string | undefined; created?: number | undefined; email?: string | undefined; reason?: string | undefined; }, { status?: string | undefined; created?: number | undefined; email?: string | undefined; reason?: string | undefined; }>, "many">; export declare const getSuppressionBouncesEmailErrorSchema: z.ZodUnknown; export declare const deleteSuppressionInvalidEmailsDataSchema: z.ZodObject<{ body: z.ZodOptional; emails: z.ZodOptional>; }, "strip", z.ZodTypeAny, { emails?: string[] | undefined; delete_all?: boolean | undefined; }, { emails?: string[] | undefined; delete_all?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { emails?: string[] | undefined; delete_all?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { emails?: string[] | undefined; delete_all?: boolean | undefined; } | undefined; }>; export declare const deleteSuppressionInvalidEmailsResponseSchema: z.ZodRecord; export declare const deleteSuppressionInvalidEmailsErrorSchema: z.ZodUnknown; export declare const getSuppressionInvalidEmailsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; start_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; }, { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; } | undefined; }>; export declare const getSuppressionInvalidEmailsResponseSchema: z.ZodArray; email: z.ZodOptional; reason: z.ZodOptional; }, "strip", z.ZodTypeAny, { created?: number | undefined; email?: string | undefined; reason?: string | undefined; }, { created?: number | undefined; email?: string | undefined; reason?: string | undefined; }>, "many">; export declare const getSuppressionInvalidEmailsErrorSchema: z.ZodUnknown; export declare const deleteSuppressionInvalidEmailsEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteSuppressionInvalidEmailsEmailResponseSchema: z.ZodRecord; export declare const deleteSuppressionInvalidEmailsEmailErrorSchema: z.ZodUnknown; export declare const getSuppressionInvalidEmailsEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getSuppressionInvalidEmailsEmailResponseSchema: z.ZodArray; email: z.ZodOptional; reason: z.ZodOptional; }, "strip", z.ZodTypeAny, { created?: number | undefined; email?: string | undefined; reason?: string | undefined; }, { created?: number | undefined; email?: string | undefined; reason?: string | undefined; }>, "many">; export declare const getSuppressionInvalidEmailsEmailErrorSchema: z.ZodUnknown; export declare const deleteSuppressionSpamReportsDataSchema: z.ZodObject<{ body: z.ZodOptional; emails: z.ZodOptional>; }, "strip", z.ZodTypeAny, { emails?: string[] | undefined; delete_all?: boolean | undefined; }, { emails?: string[] | undefined; delete_all?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { emails?: string[] | undefined; delete_all?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { emails?: string[] | undefined; delete_all?: boolean | undefined; } | undefined; }>; export declare const deleteSuppressionSpamReportsResponseSchema: z.ZodRecord; export declare const deleteSuppressionSpamReportsErrorSchema: z.ZodUnknown; export declare const getSuppressionSpamReportsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; start_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; }, { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; } | undefined; }>; export declare const getSuppressionSpamReportsResponseSchema: z.ZodArray, "many">; export declare const getSuppressionSpamReportsErrorSchema: z.ZodUnknown; export declare const deleteSuppressionSpamReportsEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteSuppressionSpamReportsEmailResponseSchema: z.ZodRecord; export declare const deleteSuppressionSpamReportsEmailErrorSchema: z.ZodUnknown; export declare const getSuppressionSpamReportsEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; }, "strip", z.ZodTypeAny, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { email: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getSuppressionSpamReportsEmailResponseSchema: z.ZodArray, "many">; export declare const getSuppressionSpamReportsEmailErrorSchema: z.ZodUnknown; export declare const getSuppressionUnsubscribesDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; start_time: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; }, { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; end_time?: number | undefined; start_time?: number | undefined; } | undefined; }>; export declare const getSuppressionUnsubscribesResponseSchema: z.ZodArray, "many">; export declare const getSuppressionUnsubscribesErrorSchema: z.ZodUnknown; export declare const getV3TeammatesDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; offset: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; offset?: number | undefined; }, { limit?: number | undefined; offset?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; offset?: number | undefined; } | undefined; }>; export declare const getV3TeammatesResponseSchema: z.ZodObject<{ result: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; email: z.ZodOptional; first_name: z.ZodOptional; is_admin: z.ZodOptional; last_name: z.ZodOptional; phone: z.ZodOptional; state: z.ZodOptional; user_type: z.ZodOptional, z.ZodLiteral<"owner">, z.ZodLiteral<"teammate">]>>; username: z.ZodOptional; website: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; is_admin?: boolean | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }, { username?: string | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; is_admin?: boolean | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { result?: { username?: string | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; is_admin?: boolean | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }[] | undefined; }, { result?: { username?: string | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; is_admin?: boolean | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }[] | undefined; }>; export declare const getV3TeammatesErrorSchema: z.ZodUnknown; export declare const postV3TeammatesDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes: string[]; email: string; is_admin: boolean; }, { scopes: string[]; email: string; is_admin: boolean; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { scopes: string[]; email: string; is_admin: boolean; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { scopes: string[]; email: string; is_admin: boolean; } | undefined; }>; export declare const postV3TeammatesResponseSchema: z.ZodObject<{ email: z.ZodOptional; is_admin: z.ZodOptional; scopes: z.ZodOptional>; token: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes?: unknown[] | undefined; email?: string | undefined; is_admin?: boolean | undefined; token?: string | undefined; }, { scopes?: unknown[] | undefined; email?: string | undefined; is_admin?: boolean | undefined; token?: string | undefined; }>; export declare const postV3TeammatesErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const getV3TeammatesPendingDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getV3TeammatesPendingResponseSchema: z.ZodObject<{ result: z.ZodOptional; expiration_date: z.ZodOptional; is_admin: z.ZodOptional; scopes: z.ZodOptional>; token: z.ZodOptional; }, "strip", z.ZodTypeAny, { expiration_date?: number | undefined; scopes?: string[] | undefined; email?: string | undefined; is_admin?: boolean | undefined; token?: string | undefined; }, { expiration_date?: number | undefined; scopes?: string[] | undefined; email?: string | undefined; is_admin?: boolean | undefined; token?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { result?: { expiration_date?: number | undefined; scopes?: string[] | undefined; email?: string | undefined; is_admin?: boolean | undefined; token?: string | undefined; }[] | undefined; }, { result?: { expiration_date?: number | undefined; scopes?: string[] | undefined; email?: string | undefined; is_admin?: boolean | undefined; token?: string | undefined; }[] | undefined; }>; export declare const getV3TeammatesPendingErrorSchema: z.ZodUnknown; export declare const deleteV3TeammatesPendingTokenDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ token: z.ZodString; }, "strip", z.ZodTypeAny, { token: string; }, { token: string; }>; }, "strip", z.ZodTypeAny, { path: { token: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { token: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteV3TeammatesPendingTokenResponseSchema: z.ZodVoid; export declare const deleteV3TeammatesPendingTokenErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const postV3TeammatesPendingTokenResendDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ token: z.ZodString; }, "strip", z.ZodTypeAny, { token: string; }, { token: string; }>; }, "strip", z.ZodTypeAny, { path: { token: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { token: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const postV3TeammatesPendingTokenResendResponseSchema: z.ZodObject<{ email: z.ZodOptional; is_admin: z.ZodOptional; scopes: z.ZodOptional>; token: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes?: string[] | undefined; email?: string | undefined; is_admin?: boolean | undefined; token?: string | undefined; }, { scopes?: string[] | undefined; email?: string | undefined; is_admin?: boolean | undefined; token?: string | undefined; }>; export declare const postV3TeammatesPendingTokenResendErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const deleteV3TeammatesUsernameDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ username: z.ZodString; }, "strip", z.ZodTypeAny, { username: string; }, { username: string; }>; }, "strip", z.ZodTypeAny, { path: { username: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { username: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteV3TeammatesUsernameResponseSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const deleteV3TeammatesUsernameErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const getV3TeammatesUsernameDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ username: z.ZodString; }, "strip", z.ZodTypeAny, { username: string; }, { username: string; }>; }, "strip", z.ZodTypeAny, { path: { username: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { username: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getV3TeammatesUsernameResponseSchema: z.ZodObject<{ address: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; email: z.ZodOptional; first_name: z.ZodOptional; is_admin: z.ZodOptional; last_name: z.ZodOptional; phone: z.ZodOptional; scopes: z.ZodOptional>; state: z.ZodOptional; user_type: z.ZodOptional, z.ZodLiteral<"owner">, z.ZodLiteral<"teammate">]>>; username: z.ZodOptional; website: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes?: unknown[] | undefined; username?: string | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; is_admin?: boolean | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }, { scopes?: unknown[] | undefined; username?: string | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; is_admin?: boolean | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }>; export declare const getV3TeammatesUsernameErrorSchema: z.ZodUnknown; export declare const patchV3TeammatesUsernameDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes: string[]; is_admin: boolean; }, { scopes: string[]; is_admin: boolean; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ username: z.ZodString; }, "strip", z.ZodTypeAny, { username: string; }, { username: string; }>; }, "strip", z.ZodTypeAny, { path: { username: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { scopes: string[]; is_admin: boolean; } | undefined; }, { path: { username: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { scopes: string[]; is_admin: boolean; } | undefined; }>; export declare const patchV3TeammatesUsernameResponseSchema: z.ZodObject<{ address: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; email: z.ZodOptional; first_name: z.ZodOptional; is_admin: z.ZodOptional; last_name: z.ZodOptional; phone: z.ZodOptional; scopes: z.ZodOptional>; state: z.ZodOptional; user_type: z.ZodOptional, z.ZodLiteral<"owner">, z.ZodLiteral<"teammate">]>>; username: z.ZodOptional; website: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes?: string[] | undefined; username?: string | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; is_admin?: boolean | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }, { scopes?: string[] | undefined; username?: string | undefined; email?: string | undefined; city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; is_admin?: boolean | undefined; user_type?: "teammate" | "admin" | "owner" | undefined; website?: string | undefined; }>; export declare const patchV3TeammatesUsernameErrorSchema: z.ZodObject<{ errors: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; }, { message?: string | undefined; field?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; }[] | undefined; }>; export declare const getTemplatesDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodObject<{ generations: z.ZodOptional, z.ZodLiteral<"dynamic">, z.ZodLiteral<"legacy,dynamic">]>>; page_size: z.ZodNumber; page_token: z.ZodOptional; }, "strip", z.ZodTypeAny, { page_size: number; page_token?: string | undefined; generations?: "legacy" | "dynamic" | "legacy,dynamic" | undefined; }, { page_size: number; page_token?: string | undefined; generations?: "legacy" | "dynamic" | "legacy,dynamic" | undefined; }>; }, "strip", z.ZodTypeAny, { query: { page_size: number; page_token?: string | undefined; generations?: "legacy" | "dynamic" | "legacy,dynamic" | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { query: { page_size: number; page_token?: string | undefined; generations?: "legacy" | "dynamic" | "legacy,dynamic" | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getTemplatesResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; result: z.ZodOptional, z.ZodLiteral<"dynamic">]>; id: z.ZodString; name: z.ZodString; 'updated_at ': z.ZodString; versions: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }[] | undefined; }, { _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; result?: { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }[] | undefined; }>; export declare const getTemplatesErrorSchema: z.ZodObject<{ errors: z.ZodOptional; error_id: z.ZodOptional; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { ''?: string | undefined; message?: string | undefined; error_id?: string | undefined; }, { ''?: string | undefined; message?: string | undefined; error_id?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { ''?: string | undefined; message?: string | undefined; error_id?: string | undefined; }[] | undefined; }, { errors?: { ''?: string | undefined; message?: string | undefined; error_id?: string | undefined; }[] | undefined; }>; export declare const postTemplatesDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<"dynamic">]>>; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; generation?: "legacy" | "dynamic" | undefined; }, { name: string; generation?: "legacy" | "dynamic" | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; generation?: "legacy" | "dynamic" | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name: string; generation?: "legacy" | "dynamic" | undefined; } | undefined; }>; export declare const transactionalTemplateSchema: z.ZodIntersection, z.ZodLiteral<"dynamic">]>; id: z.ZodString; name: z.ZodString; 'updated_at ': z.ZodString; versions: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }>, z.ZodObject<{ warning: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { warning?: { message?: string | undefined; } | undefined; }, { warning?: { message?: string | undefined; } | undefined; }>>; export declare const postTemplatesErrorSchema: z.ZodUnknown; export declare const deleteTemplatesTemplateIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ template_id: z.ZodString; }, "strip", z.ZodTypeAny, { template_id: string; }, { template_id: string; }>; }, "strip", z.ZodTypeAny, { path: { template_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { template_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteTemplatesTemplateIdResponseSchema: z.ZodRecord; export declare const deleteTemplatesTemplateIdErrorSchema: z.ZodUnknown; export declare const getTemplatesTemplateIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ template_id: z.ZodString; }, "strip", z.ZodTypeAny, { template_id: string; }, { template_id: string; }>; }, "strip", z.ZodTypeAny, { path: { template_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { template_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getTemplatesTemplateIdResponseSchema: z.ZodIntersection, z.ZodLiteral<"dynamic">]>; id: z.ZodString; name: z.ZodString; 'updated_at ': z.ZodString; versions: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }>, z.ZodObject<{ warning: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { warning?: { message?: string | undefined; } | undefined; }, { warning?: { message?: string | undefined; } | undefined; }>>; export declare const getTemplatesTemplateIdErrorSchema: z.ZodUnknown; export declare const patchTemplatesTemplateIdDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; }, { name?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ template_id: z.ZodString; }, "strip", z.ZodTypeAny, { template_id: string; }, { template_id: string; }>; }, "strip", z.ZodTypeAny, { path: { template_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name?: string | undefined; } | undefined; }, { path: { template_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name?: string | undefined; } | undefined; }>; export declare const patchTemplatesTemplateIdResponseSchema: z.ZodIntersection, z.ZodLiteral<"dynamic">]>; id: z.ZodString; name: z.ZodString; 'updated_at ': z.ZodString; versions: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }>, z.ZodObject<{ warning: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { warning?: { message?: string | undefined; } | undefined; }, { warning?: { message?: string | undefined; } | undefined; }>>; export declare const patchTemplatesTemplateIdErrorSchema: z.ZodUnknown; export declare const postTemplatesTemplateIdDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; }, { name?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ template_id: z.ZodString; }, "strip", z.ZodTypeAny, { template_id: string; }, { template_id: string; }>; }, "strip", z.ZodTypeAny, { path: { template_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name?: string | undefined; } | undefined; }, { path: { template_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { name?: string | undefined; } | undefined; }>; export declare const postTemplatesTemplateIdResponseSchema: z.ZodIntersection, z.ZodLiteral<"dynamic">]>; id: z.ZodString; name: z.ZodString; 'updated_at ': z.ZodString; versions: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }>, z.ZodObject<{ warning: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { warning?: { message?: string | undefined; } | undefined; }, { warning?: { message?: string | undefined; } | undefined; }>>; export declare const postTemplatesTemplateIdErrorSchema: z.ZodUnknown; export declare const postTemplatesTemplateIdVersionsDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; name: z.ZodString; plain_content: z.ZodOptional; subject: z.ZodString; test_data: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ template_id: z.ZodString; }, "strip", z.ZodTypeAny, { template_id: string; }, { template_id: string; }>; }, "strip", z.ZodTypeAny, { path: { template_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; } | undefined; }, { path: { template_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; } | undefined; }>; export declare const transactionalTemplateVersionOutputSchema: z.ZodIntersection; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { warnings?: { message?: string | undefined; }[] | undefined; }, { warnings?: { message?: string | undefined; }[] | undefined; }>, z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; name: z.ZodString; plain_content: z.ZodOptional; subject: z.ZodString; test_data: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }>>, z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>>; export declare const postTemplatesTemplateIdVersionsErrorSchema: z.ZodUnknown; export declare const deleteTemplatesTemplateIdVersionsVersionIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ template_id: z.ZodString; version_id: z.ZodString; }, "strip", z.ZodTypeAny, { template_id: string; version_id: string; }, { template_id: string; version_id: string; }>; }, "strip", z.ZodTypeAny, { path: { template_id: string; version_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { template_id: string; version_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteTemplatesTemplateIdVersionsVersionIdResponseSchema: z.ZodVoid; export declare const deleteTemplatesTemplateIdVersionsVersionIdErrorSchema: z.ZodUnknown; export declare const getTemplatesTemplateIdVersionsVersionIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ template_id: z.ZodString; version_id: z.ZodString; }, "strip", z.ZodTypeAny, { template_id: string; version_id: string; }, { template_id: string; version_id: string; }>; }, "strip", z.ZodTypeAny, { path: { template_id: string; version_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { template_id: string; version_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getTemplatesTemplateIdVersionsVersionIdResponseSchema: z.ZodIntersection; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { warnings?: { message?: string | undefined; }[] | undefined; }, { warnings?: { message?: string | undefined; }[] | undefined; }>, z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; name: z.ZodString; plain_content: z.ZodOptional; subject: z.ZodString; test_data: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }>>, z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>>; export declare const getTemplatesTemplateIdVersionsVersionIdErrorSchema: z.ZodUnknown; export declare const patchTemplatesTemplateIdVersionsVersionIdDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; name: z.ZodString; plain_content: z.ZodOptional; subject: z.ZodString; test_data: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ template_id: z.ZodString; version_id: z.ZodString; }, "strip", z.ZodTypeAny, { template_id: string; version_id: string; }, { template_id: string; version_id: string; }>; }, "strip", z.ZodTypeAny, { path: { template_id: string; version_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; } | undefined; }, { path: { template_id: string; version_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; } | undefined; }>; export declare const patchTemplatesTemplateIdVersionsVersionIdResponseSchema: z.ZodIntersection; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { warnings?: { message?: string | undefined; }[] | undefined; }, { warnings?: { message?: string | undefined; }[] | undefined; }>, z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; name: z.ZodString; plain_content: z.ZodOptional; subject: z.ZodString; test_data: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }>>, z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>>; export declare const patchTemplatesTemplateIdVersionsVersionIdErrorSchema: z.ZodUnknown; export declare const postTemplatesTemplateIdVersionsVersionIdActivateDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ template_id: z.ZodString; version_id: z.ZodString; }, "strip", z.ZodTypeAny, { template_id: string; version_id: string; }, { template_id: string; version_id: string; }>; }, "strip", z.ZodTypeAny, { path: { template_id: string; version_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { template_id: string; version_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const postTemplatesTemplateIdVersionsVersionIdActivateResponseSchema: z.ZodIntersection; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { warnings?: { message?: string | undefined; }[] | undefined; }, { warnings?: { message?: string | undefined; }[] | undefined; }>, z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; name: z.ZodString; plain_content: z.ZodOptional; subject: z.ZodString; test_data: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }>>, z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>>; export declare const postTemplatesTemplateIdVersionsVersionIdActivateErrorSchema: z.ZodUnknown; export declare const getTrackingSettingsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getTrackingSettingsResponseSchema: z.ZodObject<{ result: z.ZodOptional; enabled: z.ZodOptional; name: z.ZodOptional; title: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; title?: string | undefined; enabled?: boolean | undefined; description?: string | undefined; }, { name?: string | undefined; title?: string | undefined; enabled?: boolean | undefined; description?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { result?: { name?: string | undefined; title?: string | undefined; enabled?: boolean | undefined; description?: string | undefined; }[] | undefined; }, { result?: { name?: string | undefined; title?: string | undefined; enabled?: boolean | undefined; description?: string | undefined; }[] | undefined; }>; export declare const getTrackingSettingsErrorSchema: z.ZodUnknown; export declare const getTrackingSettingsClickDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getTrackingSettingsClickResponseSchema: z.ZodObject<{ enable_text: z.ZodBoolean; enabled: z.ZodBoolean; }, "strip", z.ZodTypeAny, { enable_text: boolean; enabled: boolean; }, { enable_text: boolean; enabled: boolean; }>; export declare const getTrackingSettingsClickErrorSchema: z.ZodUnknown; export declare const patchTrackingSettingsClickDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; }, { enabled?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; } | undefined; }>; export declare const patchTrackingSettingsClickResponseSchema: z.ZodObject<{ enable_text: z.ZodBoolean; enabled: z.ZodBoolean; }, "strip", z.ZodTypeAny, { enable_text: boolean; enabled: boolean; }, { enable_text: boolean; enabled: boolean; }>; export declare const patchTrackingSettingsClickErrorSchema: z.ZodUnknown; export declare const getTrackingSettingsGoogleAnalyticsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getTrackingSettingsGoogleAnalyticsResponseSchema: z.ZodObject<{ enabled: z.ZodOptional; utm_campaign: z.ZodOptional; utm_content: z.ZodOptional; utm_medium: z.ZodOptional; utm_source: z.ZodOptional; utm_term: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; }, { enabled?: boolean | undefined; utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; }>; export declare const getTrackingSettingsGoogleAnalyticsErrorSchema: z.ZodUnknown; export declare const patchTrackingSettingsGoogleAnalyticsDataSchema: z.ZodObject<{ body: z.ZodOptional; utm_campaign: z.ZodOptional; utm_content: z.ZodOptional; utm_medium: z.ZodOptional; utm_source: z.ZodOptional; utm_term: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; }, { enabled?: boolean | undefined; utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; } | undefined; }>; export declare const patchTrackingSettingsGoogleAnalyticsResponseSchema: z.ZodObject<{ enabled: z.ZodOptional; utm_campaign: z.ZodOptional; utm_content: z.ZodOptional; utm_medium: z.ZodOptional; utm_source: z.ZodOptional; utm_term: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; }, { enabled?: boolean | undefined; utm_campaign?: string | undefined; utm_content?: string | undefined; utm_medium?: string | undefined; utm_source?: string | undefined; utm_term?: string | undefined; }>; export declare const patchTrackingSettingsGoogleAnalyticsErrorSchema: z.ZodUnknown; export declare const getTrackingSettingsOpenDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getTrackingSettingsOpenResponseSchema: z.ZodObject<{ enabled: z.ZodBoolean; }, "strip", z.ZodTypeAny, { enabled: boolean; }, { enabled: boolean; }>; export declare const getTrackingSettingsOpenErrorSchema: z.ZodUnknown; export declare const patchTrackingSettingsOpenDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { enabled?: boolean | undefined; }, { enabled?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled?: boolean | undefined; } | undefined; }>; export declare const patchTrackingSettingsOpenResponseSchema: z.ZodObject<{ enabled: z.ZodBoolean; }, "strip", z.ZodTypeAny, { enabled: boolean; }, { enabled: boolean; }>; export declare const patchTrackingSettingsOpenErrorSchema: z.ZodUnknown; export declare const getTrackingSettingsSubscriptionDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getTrackingSettingsSubscriptionResponseSchema: z.ZodObject<{ enabled: z.ZodOptional; html_content: z.ZodOptional; landing: z.ZodOptional; plain_content: z.ZodOptional; replace: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; url?: string | undefined; landing?: string | undefined; replace?: string | undefined; }, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; url?: string | undefined; landing?: string | undefined; replace?: string | undefined; }>; export declare const getTrackingSettingsSubscriptionErrorSchema: z.ZodUnknown; export declare const patchTrackingSettingsSubscriptionDataSchema: z.ZodObject<{ body: z.ZodOptional; html_content: z.ZodOptional; landing: z.ZodOptional; plain_content: z.ZodOptional; replace: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; url?: string | undefined; landing?: string | undefined; replace?: string | undefined; }, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; url?: string | undefined; landing?: string | undefined; replace?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; url?: string | undefined; landing?: string | undefined; replace?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; url?: string | undefined; landing?: string | undefined; replace?: string | undefined; } | undefined; }>; export declare const patchTrackingSettingsSubscriptionResponseSchema: z.ZodObject<{ enabled: z.ZodOptional; html_content: z.ZodOptional; landing: z.ZodOptional; plain_content: z.ZodOptional; replace: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; url?: string | undefined; landing?: string | undefined; replace?: string | undefined; }, { html_content?: string | undefined; plain_content?: string | undefined; enabled?: boolean | undefined; url?: string | undefined; landing?: string | undefined; replace?: string | undefined; }>; export declare const patchTrackingSettingsSubscriptionErrorSchema: z.ZodUnknown; export declare const getUserAccountDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserAccountResponseSchema: z.ZodObject<{ reputation: z.ZodNumber; type: z.ZodUnion<[z.ZodLiteral<"free">, z.ZodLiteral<"paid">]>; }, "strip", z.ZodTypeAny, { type: "free" | "paid"; reputation: number; }, { type: "free" | "paid"; reputation: number; }>; export declare const getUserAccountErrorSchema: z.ZodUnknown; export declare const getUserCreditsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserCreditsResponseSchema: z.ZodObject<{ last_reset: z.ZodString; next_reset: z.ZodString; overage: z.ZodNumber; remain: z.ZodNumber; reset_frequency: z.ZodString; total: z.ZodNumber; used: z.ZodNumber; }, "strip", z.ZodTypeAny, { total: number; last_reset: string; next_reset: string; overage: number; remain: number; reset_frequency: string; used: number; }, { total: number; last_reset: string; next_reset: string; overage: number; remain: number; reset_frequency: string; used: number; }>; export declare const getUserCreditsErrorSchema: z.ZodUnknown; export declare const getUserEmailDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserEmailResponseSchema: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; export declare const getUserEmailErrorSchema: z.ZodUnknown; export declare const putUserEmailDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { email?: string | undefined; }, { email?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { email?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { email?: string | undefined; } | undefined; }>; export declare const putUserEmailResponseSchema: z.ZodObject<{ email: z.ZodString; }, "strip", z.ZodTypeAny, { email: string; }, { email: string; }>; export declare const putUserEmailErrorSchema: z.ZodUnknown; export declare const putUserPasswordDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { new_password: string; old_password: string; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { new_password: string; old_password: string; } | undefined; }>; export declare const putUserPasswordResponseSchema: z.ZodRecord; export declare const putUserPasswordErrorSchema: z.ZodUnknown; export declare const getUserProfileDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserProfileResponseSchema: z.ZodObject<{ address: z.ZodString; address2: z.ZodOptional; city: z.ZodString; company: z.ZodString; country: z.ZodString; first_name: z.ZodString; last_name: z.ZodString; phone: z.ZodString; state: z.ZodString; website: z.ZodString; zip: z.ZodString; }, "strip", z.ZodTypeAny, { city: string; country: string; first_name: string; last_name: string; address: string; company: string; phone: string; state: string; zip: string; website: string; address2?: string | undefined; }, { city: string; country: string; first_name: string; last_name: string; address: string; company: string; phone: string; state: string; zip: string; website: string; address2?: string | undefined; }>; export declare const getUserProfileErrorSchema: z.ZodUnknown; export declare const patchUserProfileDataSchema: z.ZodObject<{ body: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; company: z.ZodOptional; country: z.ZodOptional; first_name: z.ZodOptional; last_name: z.ZodOptional; phone: z.ZodOptional; state: z.ZodOptional; website: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; website?: string | undefined; }, { city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; website?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; website?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; website?: string | undefined; } | undefined; }>; export declare const patchUserProfileResponseSchema: z.ZodObject<{ address: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; company: z.ZodOptional; country: z.ZodOptional; first_name: z.ZodOptional; last_name: z.ZodOptional; phone: z.ZodOptional; state: z.ZodOptional; website: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; website?: string | undefined; }, { city?: string | undefined; country?: string | undefined; first_name?: string | undefined; last_name?: string | undefined; address?: string | undefined; address2?: string | undefined; company?: string | undefined; phone?: string | undefined; state?: string | undefined; zip?: string | undefined; website?: string | undefined; }>; export declare const patchUserProfileErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>; export declare const getUserScheduledSendsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserScheduledSendsResponseSchema: z.ZodArray, z.ZodObject<{ status: z.ZodUnion<[z.ZodLiteral<"cancel">, z.ZodLiteral<"pause">]>; }, "strip", z.ZodTypeAny, { status: "cancel" | "pause"; }, { status: "cancel" | "pause"; }>>, "many">; export declare const getUserScheduledSendsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; help: z.ZodOptional>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postUserScheduledSendsDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<"cancel">]>; }, "strip", z.ZodTypeAny, { status: "cancel" | "pause"; batch_id: string; }, { status: "cancel" | "pause"; batch_id: string; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { status: "cancel" | "pause"; batch_id: string; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { status: "cancel" | "pause"; batch_id: string; } | undefined; }>; export declare const postUserScheduledSendsResponseSchema: z.ZodIntersection, z.ZodObject<{ status: z.ZodUnion<[z.ZodLiteral<"cancel">, z.ZodLiteral<"pause">]>; }, "strip", z.ZodTypeAny, { status: "cancel" | "pause"; }, { status: "cancel" | "pause"; }>>; export declare const postUserScheduledSendsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; help: z.ZodOptional>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const deleteUserScheduledSendsBatchIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ batch_id: z.ZodString; }, "strip", z.ZodTypeAny, { batch_id: string; }, { batch_id: string; }>; }, "strip", z.ZodTypeAny, { path: { batch_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { batch_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteUserScheduledSendsBatchIdResponseSchema: z.ZodVoid; export declare const deleteUserScheduledSendsBatchIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; help: z.ZodOptional>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getUserScheduledSendsBatchIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ batch_id: z.ZodString; }, "strip", z.ZodTypeAny, { batch_id: string; }, { batch_id: string; }>; }, "strip", z.ZodTypeAny, { path: { batch_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { batch_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserScheduledSendsBatchIdResponseSchema: z.ZodArray, z.ZodObject<{ status: z.ZodUnion<[z.ZodLiteral<"cancel">, z.ZodLiteral<"pause">]>; }, "strip", z.ZodTypeAny, { status: "cancel" | "pause"; }, { status: "cancel" | "pause"; }>>, "many">; export declare const getUserScheduledSendsBatchIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; help: z.ZodOptional>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const patchUserScheduledSendsBatchIdDataSchema: z.ZodObject<{ body: z.ZodOptional, z.ZodLiteral<"pause">]>; }, "strip", z.ZodTypeAny, { status: "cancel" | "pause"; }, { status: "cancel" | "pause"; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ batch_id: z.ZodString; }, "strip", z.ZodTypeAny, { batch_id: string; }, { batch_id: string; }>; }, "strip", z.ZodTypeAny, { path: { batch_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { status: "cancel" | "pause"; } | undefined; }, { path: { batch_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { status: "cancel" | "pause"; } | undefined; }>; export declare const patchUserScheduledSendsBatchIdResponseSchema: z.ZodUnknown; export declare const patchUserScheduledSendsBatchIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional; help: z.ZodOptional>; message: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }, { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message?: string | undefined; field?: string | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getUserSettingsEnforcedTlsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserSettingsEnforcedTlsResponseSchema: z.ZodObject<{ require_tls: z.ZodOptional; require_valid_cert: z.ZodOptional; }, "strip", z.ZodTypeAny, { require_tls?: boolean | undefined; require_valid_cert?: boolean | undefined; }, { require_tls?: boolean | undefined; require_valid_cert?: boolean | undefined; }>; export declare const getUserSettingsEnforcedTlsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const patchUserSettingsEnforcedTlsDataSchema: z.ZodObject<{ body: z.ZodOptional; require_valid_cert: z.ZodOptional; }, "strip", z.ZodTypeAny, { require_tls?: boolean | undefined; require_valid_cert?: boolean | undefined; }, { require_tls?: boolean | undefined; require_valid_cert?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { require_tls?: boolean | undefined; require_valid_cert?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { require_tls?: boolean | undefined; require_valid_cert?: boolean | undefined; } | undefined; }>; export declare const patchUserSettingsEnforcedTlsResponseSchema: z.ZodObject<{ require_tls: z.ZodOptional; require_valid_cert: z.ZodOptional; }, "strip", z.ZodTypeAny, { require_tls?: boolean | undefined; require_valid_cert?: boolean | undefined; }, { require_tls?: boolean | undefined; require_valid_cert?: boolean | undefined; }>; export declare const patchUserSettingsEnforcedTlsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getUserUsernameDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserUsernameResponseSchema: z.ZodObject<{ user_id: z.ZodNumber; username: z.ZodString; }, "strip", z.ZodTypeAny, { user_id: number; username: string; }, { user_id: number; username: string; }>; export declare const getUserUsernameErrorSchema: z.ZodUnknown; export declare const putUserUsernameDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; }, { username?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { username?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { username?: string | undefined; } | undefined; }>; export declare const putUserUsernameResponseSchema: z.ZodObject<{ username: z.ZodString; }, "strip", z.ZodTypeAny, { username: string; }, { username: string; }>; export declare const putUserUsernameErrorSchema: z.ZodUnknown; export declare const getUserWebhooksEventSettingsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserWebhooksEventSettingsResponseSchema: z.ZodObject<{ bounce: z.ZodBoolean; click: z.ZodBoolean; deferred: z.ZodBoolean; delivered: z.ZodBoolean; dropped: z.ZodBoolean; enabled: z.ZodBoolean; group_resubscribe: z.ZodBoolean; group_unsubscribe: z.ZodBoolean; oauth_client_id: z.ZodOptional; oauth_token_url: z.ZodOptional; open: z.ZodBoolean; processed: z.ZodBoolean; spam_report: z.ZodBoolean; unsubscribe: z.ZodBoolean; url: z.ZodString; }, "strip", z.ZodTypeAny, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; }, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; }>; export declare const getUserWebhooksEventSettingsErrorSchema: z.ZodUnknown; export declare const patchUserWebhooksEventSettingsDataSchema: z.ZodObject<{ body: z.ZodOptional; oauth_client_secret: z.ZodOptional; oauth_token_url: z.ZodOptional; open: z.ZodBoolean; processed: z.ZodBoolean; spam_report: z.ZodBoolean; unsubscribe: z.ZodBoolean; url: z.ZodString; }, "strip", z.ZodTypeAny, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; oauth_client_secret?: string | undefined; }, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; oauth_client_secret?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; oauth_client_secret?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; oauth_client_secret?: string | undefined; } | undefined; }>; export declare const patchUserWebhooksEventSettingsResponseSchema: z.ZodObject<{ bounce: z.ZodBoolean; click: z.ZodBoolean; deferred: z.ZodBoolean; delivered: z.ZodBoolean; dropped: z.ZodBoolean; enabled: z.ZodBoolean; group_resubscribe: z.ZodBoolean; group_unsubscribe: z.ZodBoolean; oauth_client_id: z.ZodOptional; oauth_token_url: z.ZodOptional; open: z.ZodBoolean; processed: z.ZodBoolean; spam_report: z.ZodBoolean; unsubscribe: z.ZodBoolean; url: z.ZodString; }, "strip", z.ZodTypeAny, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; }, { processed: boolean; delivered: boolean; open: boolean; click: boolean; deferred: boolean; enabled: boolean; bounce: boolean; dropped: boolean; group_resubscribe: boolean; group_unsubscribe: boolean; spam_report: boolean; unsubscribe: boolean; url: string; oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; }>; export declare const patchUserWebhooksEventSettingsErrorSchema: z.ZodUnknown; export declare const getUserWebhooksEventSettingsSignedDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserWebhooksEventSettingsSignedResponseSchema: z.ZodObject<{ public_key: z.ZodString; }, "strip", z.ZodTypeAny, { public_key: string; }, { public_key: string; }>; export declare const getUserWebhooksEventSettingsSignedErrorSchema: z.ZodUnknown; export declare const patchUserWebhooksEventSettingsSignedDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled: boolean; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { enabled: boolean; } | undefined; }>; export declare const patchUserWebhooksEventSettingsSignedResponseSchema: z.ZodObject<{ public_key: z.ZodString; }, "strip", z.ZodTypeAny, { public_key: string; }, { public_key: string; }>; export declare const patchUserWebhooksEventSettingsSignedErrorSchema: z.ZodObject<{ errors: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; }, { message: string; field?: string | null | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; }[] | undefined; }, { errors?: { message: string; field?: string | null | undefined; }[] | undefined; }>; export declare const postUserWebhooksEventTestDataSchema: z.ZodObject<{ body: z.ZodOptional; oauth_client_secret: z.ZodOptional; oauth_token_url: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; url?: string | undefined; oauth_client_secret?: string | undefined; }, { oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; url?: string | undefined; oauth_client_secret?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; url?: string | undefined; oauth_client_secret?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { oauth_client_id?: string | undefined; oauth_token_url?: string | undefined; url?: string | undefined; oauth_client_secret?: string | undefined; } | undefined; }>; export declare const postUserWebhooksEventTestResponseSchema: z.ZodVoid; export declare const postUserWebhooksEventTestErrorSchema: z.ZodUnknown; export declare const getUserWebhooksParseSettingsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserWebhooksParseSettingsResponseSchema: z.ZodObject<{ result: z.ZodOptional; send_raw: z.ZodOptional; spam_check: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { result?: { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }[] | undefined; }, { result?: { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }[] | undefined; }>; export declare const getUserWebhooksParseSettingsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postUserWebhooksParseSettingsDataSchema: z.ZodObject<{ body: z.ZodOptional; send_raw: z.ZodOptional; spam_check: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; } | undefined; }>; export declare const postUserWebhooksParseSettingsResponseSchema: z.ZodObject<{ hostname: z.ZodOptional; send_raw: z.ZodOptional; spam_check: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }>; export declare const postUserWebhooksParseSettingsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const deleteUserWebhooksParseSettingsHostnameDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ hostname: z.ZodString; }, "strip", z.ZodTypeAny, { hostname: string; }, { hostname: string; }>; }, "strip", z.ZodTypeAny, { path: { hostname: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { hostname: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteUserWebhooksParseSettingsHostnameResponseSchema: z.ZodRecord; export declare const deleteUserWebhooksParseSettingsHostnameErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getUserWebhooksParseSettingsHostnameDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ hostname: z.ZodString; }, "strip", z.ZodTypeAny, { hostname: string; }, { hostname: string; }>; }, "strip", z.ZodTypeAny, { path: { hostname: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { hostname: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserWebhooksParseSettingsHostnameResponseSchema: z.ZodObject<{ hostname: z.ZodOptional; send_raw: z.ZodOptional; spam_check: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }>; export declare const getUserWebhooksParseSettingsHostnameErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const patchUserWebhooksParseSettingsHostnameDataSchema: z.ZodObject<{ body: z.ZodOptional; send_raw: z.ZodOptional; spam_check: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ hostname: z.ZodString; }, "strip", z.ZodTypeAny, { hostname: string; }, { hostname: string; }>; }, "strip", z.ZodTypeAny, { path: { hostname: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; } | undefined; }, { path: { hostname: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; } | undefined; }>; export declare const patchUserWebhooksParseSettingsHostnameResponseSchema: z.ZodObject<{ hostname: z.ZodOptional; send_raw: z.ZodOptional; spam_check: z.ZodOptional; url: z.ZodOptional; }, "strip", z.ZodTypeAny, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }, { url?: string | undefined; hostname?: string | undefined; send_raw?: boolean | undefined; spam_check?: boolean | undefined; }>; export declare const patchUserWebhooksParseSettingsHostnameErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getUserWebhooksParseStatsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodObject<{ aggregated_by: z.ZodOptional, z.ZodLiteral<"week">, z.ZodLiteral<"month">]>>; end_date: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; start_date: z.ZodString; }, "strip", z.ZodTypeAny, { start_date: string; limit?: string | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: string | undefined; }, { start_date: string; limit?: string | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: string | undefined; }>; }, "strip", z.ZodTypeAny, { query: { start_date: string; limit?: string | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: string | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { query: { start_date: string; limit?: string | undefined; aggregated_by?: "day" | "week" | "month" | undefined; end_date?: string | undefined; offset?: string | undefined; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getUserWebhooksParseStatsResponseSchema: z.ZodArray>; }, "strip", z.ZodTypeAny, { metrics?: { received: number; } | undefined; }, { metrics?: { received: number; } | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { date: string; stats: { metrics?: { received: number; } | undefined; }[]; }, { date: string; stats: { metrics?: { received: number; } | undefined; }[]; }>, "many">; export declare const getUserWebhooksParseStatsErrorSchema: z.ZodUnknown; export declare const postValidationsEmailDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; source?: string | undefined; }, { email: string; source?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { email: string; source?: string | undefined; } | undefined; }, { body?: { email: string; source?: string | undefined; } | undefined; }>; export declare const postValidationsEmailResponseSchema: z.ZodObject<{ result: z.ZodObject<{ checks: z.ZodObject<{ additional: z.ZodObject<{ has_known_bounces: z.ZodBoolean; has_suspected_bounces: z.ZodBoolean; }, "strip", z.ZodTypeAny, { has_known_bounces: boolean; has_suspected_bounces: boolean; }, { has_known_bounces: boolean; has_suspected_bounces: boolean; }>; domain: z.ZodObject<{ has_mx_or_a_record: z.ZodBoolean; has_valid_address_syntax: z.ZodBoolean; is_suspected_disposable_address: z.ZodBoolean; }, "strip", z.ZodTypeAny, { has_mx_or_a_record: boolean; has_valid_address_syntax: boolean; is_suspected_disposable_address: boolean; }, { has_mx_or_a_record: boolean; has_valid_address_syntax: boolean; is_suspected_disposable_address: boolean; }>; local_part: z.ZodObject<{ is_suspected_role_address: z.ZodBoolean; }, "strip", z.ZodTypeAny, { is_suspected_role_address: boolean; }, { is_suspected_role_address: boolean; }>; }, "strip", z.ZodTypeAny, { domain: { has_mx_or_a_record: boolean; has_valid_address_syntax: boolean; is_suspected_disposable_address: boolean; }; additional: { has_known_bounces: boolean; has_suspected_bounces: boolean; }; local_part: { is_suspected_role_address: boolean; }; }, { domain: { has_mx_or_a_record: boolean; has_valid_address_syntax: boolean; is_suspected_disposable_address: boolean; }; additional: { has_known_bounces: boolean; has_suspected_bounces: boolean; }; local_part: { is_suspected_role_address: boolean; }; }>; email: z.ZodString; host: z.ZodString; ip_address: z.ZodString; local: z.ZodString; score: z.ZodNumber; source: z.ZodOptional; suggestion: z.ZodOptional; verdict: z.ZodUnion<[z.ZodLiteral<"Valid">, z.ZodLiteral<"Risky">, z.ZodLiteral<"Invalid">]>; }, "strip", z.ZodTypeAny, { host: string; email: string; ip_address: string; checks: { domain: { has_mx_or_a_record: boolean; has_valid_address_syntax: boolean; is_suspected_disposable_address: boolean; }; additional: { has_known_bounces: boolean; has_suspected_bounces: boolean; }; local_part: { is_suspected_role_address: boolean; }; }; local: string; score: number; verdict: "Valid" | "Risky" | "Invalid"; source?: string | undefined; suggestion?: string | undefined; }, { host: string; email: string; ip_address: string; checks: { domain: { has_mx_or_a_record: boolean; has_valid_address_syntax: boolean; is_suspected_disposable_address: boolean; }; additional: { has_known_bounces: boolean; has_suspected_bounces: boolean; }; local_part: { is_suspected_role_address: boolean; }; }; local: string; score: number; verdict: "Valid" | "Risky" | "Invalid"; source?: string | undefined; suggestion?: string | undefined; }>; }, "strip", z.ZodTypeAny, { result: { host: string; email: string; ip_address: string; checks: { domain: { has_mx_or_a_record: boolean; has_valid_address_syntax: boolean; is_suspected_disposable_address: boolean; }; additional: { has_known_bounces: boolean; has_suspected_bounces: boolean; }; local_part: { is_suspected_role_address: boolean; }; }; local: string; score: number; verdict: "Valid" | "Risky" | "Invalid"; source?: string | undefined; suggestion?: string | undefined; }; }, { result: { host: string; email: string; ip_address: string; checks: { domain: { has_mx_or_a_record: boolean; has_valid_address_syntax: boolean; is_suspected_disposable_address: boolean; }; additional: { has_known_bounces: boolean; has_suspected_bounces: boolean; }; local_part: { is_suspected_role_address: boolean; }; }; local: string; score: number; verdict: "Valid" | "Risky" | "Invalid"; source?: string | undefined; suggestion?: string | undefined; }; }>; export declare const postValidationsEmailErrorSchema: z.ZodUnknown; export declare const getVerifiedSendersDataSchema: z.ZodObject<{ query: z.ZodOptional; lastSeenID: z.ZodOptional; limit: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: number | undefined; limit?: number | undefined; lastSeenID?: number | undefined; }, { id?: number | undefined; limit?: number | undefined; lastSeenID?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { id?: number | undefined; limit?: number | undefined; lastSeenID?: number | undefined; } | undefined; }, { query?: { id?: number | undefined; limit?: number | undefined; lastSeenID?: number | undefined; } | undefined; }>; export declare const getVerifiedSendersResponseSchema: z.ZodObject<{ results: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from_email: z.ZodOptional; from_name: z.ZodOptional; id: z.ZodOptional; locked: z.ZodOptional; nickname: z.ZodOptional; reply_to: z.ZodOptional; reply_to_name: z.ZodOptional; state: z.ZodOptional; verified: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { from_email?: string | undefined; id?: number | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; nickname?: string | undefined; reply_to?: string | undefined; locked?: boolean | undefined; verified?: boolean | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }, { from_email?: string | undefined; id?: number | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; nickname?: string | undefined; reply_to?: string | undefined; locked?: boolean | undefined; verified?: boolean | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { results?: { from_email?: string | undefined; id?: number | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; nickname?: string | undefined; reply_to?: string | undefined; locked?: boolean | undefined; verified?: boolean | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }[] | undefined; }, { results?: { from_email?: string | undefined; id?: number | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; nickname?: string | undefined; reply_to?: string | undefined; locked?: boolean | undefined; verified?: boolean | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }[] | undefined; }>; export declare const getVerifiedSendersErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postVerifiedSendersDataSchema: z.ZodObject<{ body: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from_email: z.ZodString; from_name: z.ZodOptional; nickname: z.ZodString; reply_to: z.ZodString; reply_to_name: z.ZodOptional; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { from_email: string; nickname: string; reply_to: string; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }, { from_email: string; nickname: string; reply_to: string; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { from_email: string; nickname: string; reply_to: string; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; } | undefined; }, { body?: { from_email: string; nickname: string; reply_to: string; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; } | undefined; }>; export declare const postVerifiedSendersResponseSchema: z.ZodObject<{ address: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from_email: z.ZodOptional; from_name: z.ZodOptional; id: z.ZodOptional; locked: z.ZodOptional; nickname: z.ZodOptional; reply_to: z.ZodOptional; reply_to_name: z.ZodOptional; state: z.ZodOptional; verified: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { from_email?: string | undefined; id?: number | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; nickname?: string | undefined; reply_to?: string | undefined; locked?: boolean | undefined; verified?: boolean | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }, { from_email?: string | undefined; id?: number | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; nickname?: string | undefined; reply_to?: string | undefined; locked?: boolean | undefined; verified?: boolean | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }>; export declare const postVerifiedSendersErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; error_id: string; field?: string | undefined; }, { message: string; error_id: string; field?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; error_id: string; field?: string | undefined; }[]; }, { errors: { message: string; error_id: string; field?: string | undefined; }[]; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getVerifiedSendersDomainsResponseSchema: z.ZodObject<{ results: z.ZodObject<{ hard_failures: z.ZodArray; soft_failures: z.ZodArray; }, "strip", z.ZodTypeAny, { hard_failures: string[]; soft_failures: string[]; }, { hard_failures: string[]; soft_failures: string[]; }>; }, "strip", z.ZodTypeAny, { results: { hard_failures: string[]; soft_failures: string[]; }; }, { results: { hard_failures: string[]; soft_failures: string[]; }; }>; export declare const getVerifiedSendersDomainsErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postVerifiedSendersResendIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const postVerifiedSendersResendIdResponseSchema: z.ZodRecord; export declare const postVerifiedSendersResendIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; error_id: string; }[]; }, { errors: { message: string; error_id: string; }[]; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getVerifiedSendersStepsCompletedResponseSchema: z.ZodObject<{ results: z.ZodOptional; sender_verified: z.ZodOptional; }, "strip", z.ZodTypeAny, { domain_verified?: boolean | undefined; sender_verified?: boolean | undefined; }, { domain_verified?: boolean | undefined; sender_verified?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { results?: { domain_verified?: boolean | undefined; sender_verified?: boolean | undefined; } | undefined; }, { results?: { domain_verified?: boolean | undefined; sender_verified?: boolean | undefined; } | undefined; }>; export declare const getVerifiedSendersStepsCompletedErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const getVerifiedSendersVerifyTokenDataSchema: z.ZodObject<{ path: z.ZodObject<{ token: z.ZodString; }, "strip", z.ZodTypeAny, { token: string; }, { token: string; }>; }, "strip", z.ZodTypeAny, { path: { token: string; }; }, { path: { token: string; }; }>; export declare const getVerifiedSendersVerifyTokenResponseSchema: z.ZodVoid; export declare const getVerifiedSendersVerifyTokenErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; error_id: string; }[]; }, { errors: { message: string; error_id: string; }[]; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const deleteVerifiedSendersIdDataSchema: z.ZodObject<{ path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; }, { path: { id: string; }; }>; export declare const deleteVerifiedSendersIdResponseSchema: z.ZodRecord; export declare const deleteVerifiedSendersIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; error_id: string; }[] | undefined; }, { errors?: { message: string; error_id: string; }[] | undefined; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; error_id: string; }[]; }, { errors: { message: string; error_id: string; }[]; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const patchVerifiedSendersIdDataSchema: z.ZodObject<{ body: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from_email: z.ZodString; from_name: z.ZodOptional; nickname: z.ZodString; reply_to: z.ZodString; reply_to_name: z.ZodOptional; state: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { from_email: string; nickname: string; reply_to: string; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }, { from_email: string; nickname: string; reply_to: string; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; body?: { from_email: string; nickname: string; reply_to: string; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; } | undefined; }, { path: { id: string; }; body?: { from_email: string; nickname: string; reply_to: string; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; } | undefined; }>; export declare const patchVerifiedSendersIdResponseSchema: z.ZodObject<{ address: z.ZodOptional; address2: z.ZodOptional; city: z.ZodOptional; country: z.ZodOptional; from_email: z.ZodOptional; from_name: z.ZodOptional; id: z.ZodOptional; locked: z.ZodOptional; nickname: z.ZodOptional; reply_to: z.ZodOptional; reply_to_name: z.ZodOptional; state: z.ZodOptional; verified: z.ZodOptional; zip: z.ZodOptional; }, "strip", z.ZodTypeAny, { from_email?: string | undefined; id?: number | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; nickname?: string | undefined; reply_to?: string | undefined; locked?: boolean | undefined; verified?: boolean | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }, { from_email?: string | undefined; id?: number | undefined; city?: string | undefined; country?: string | undefined; address?: string | undefined; address2?: string | undefined; state?: string | undefined; zip?: string | undefined; nickname?: string | undefined; reply_to?: string | undefined; locked?: boolean | undefined; verified?: boolean | undefined; from_name?: string | undefined; reply_to_name?: string | undefined; }>; export declare const patchVerifiedSendersIdErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; error_id: string; field?: string | undefined; }, { message: string; error_id: string; field?: string | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; error_id: string; field?: string | undefined; }[]; }, { errors: { message: string; error_id: string; field?: string | undefined; }[]; }>, z.ZodObject<{ errors: z.ZodOptional>; help: z.ZodOptional>; message: z.ZodString; }, "strip", z.ZodTypeAny, { message: string; field?: string | null | undefined; help?: Record | undefined; }, { message: string; field?: string | null | undefined; help?: Record | undefined; }>, "many">>; id: z.ZodOptional; }, "strip", z.ZodTypeAny, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }, { errors?: { message: string; field?: string | null | undefined; help?: Record | undefined; }[] | undefined; id?: string | undefined; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; error_id: string; }[]; }, { errors: { message: string; error_id: string; }[]; }>, z.ZodObject<{ errors: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message?: string | undefined; }[] | undefined; }, { errors?: { message?: string | undefined; }[] | undefined; }>]>; export declare const postWhitelabelDnsEmailDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; domain_id: number; link_id: number; message?: string | undefined; }, { email: string; domain_id: number; link_id: number; message?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { email: string; domain_id: number; link_id: number; message?: string | undefined; } | undefined; }, { body?: { email: string; domain_id: number; link_id: number; message?: string | undefined; } | undefined; }>; export declare const postWhitelabelDnsEmailResponseSchema: z.ZodVoid; export declare const postWhitelabelDnsEmailErrorSchema: z.ZodObject<{ errors: z.ZodOptional; field: z.ZodOptional; }, "strip", z.ZodTypeAny, { field?: string | undefined; error?: string | undefined; }, { field?: string | undefined; error?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { errors?: { field?: string | undefined; error?: string | undefined; } | undefined; }, { errors?: { field?: string | undefined; error?: string | undefined; } | undefined; }>; export declare const getWhitelabelDomainsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; exclude_subusers: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { domain?: string | undefined; username?: string | undefined; limit?: number | undefined; offset?: number | undefined; exclude_subusers?: boolean | undefined; }, { domain?: string | undefined; username?: string | undefined; limit?: number | undefined; offset?: number | undefined; exclude_subusers?: boolean | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { domain?: string | undefined; username?: string | undefined; limit?: number | undefined; offset?: number | undefined; exclude_subusers?: boolean | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { domain?: string | undefined; username?: string | undefined; limit?: number | undefined; offset?: number | undefined; exclude_subusers?: boolean | undefined; } | undefined; }>; export declare const getWhitelabelDomainsResponseSchema: z.ZodArray; dkim2: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodString; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }>, z.ZodObject<{ last_validation_attempt_at: z.ZodOptional; subusers: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { user_id?: number | undefined; username?: string | undefined; }, { user_id?: number | undefined; username?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { last_validation_attempt_at?: number | undefined; subusers?: { user_id?: number | undefined; username?: string | undefined; }[] | undefined; }, { last_validation_attempt_at?: number | undefined; subusers?: { user_id?: number | undefined; username?: string | undefined; }[] | undefined; }>>, "many">; export declare const getWhitelabelDomainsErrorSchema: z.ZodUnknown; export declare const postWhitelabelDomainsDataSchema: z.ZodObject<{ body: z.ZodOptional; custom_dkim_selector: z.ZodOptional; custom_spf: z.ZodOptional; default: z.ZodOptional; domain: z.ZodString; ips: z.ZodOptional>; subdomain: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { domain: string; automatic_security?: boolean | undefined; custom_spf?: boolean | undefined; default?: boolean | undefined; ips?: string[] | undefined; subdomain?: string | undefined; username?: string | undefined; custom_dkim_selector?: string | undefined; }, { domain: string; automatic_security?: boolean | undefined; custom_spf?: boolean | undefined; default?: boolean | undefined; ips?: string[] | undefined; subdomain?: string | undefined; username?: string | undefined; custom_dkim_selector?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { domain: string; automatic_security?: boolean | undefined; custom_spf?: boolean | undefined; default?: boolean | undefined; ips?: string[] | undefined; subdomain?: string | undefined; username?: string | undefined; custom_dkim_selector?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { domain: string; automatic_security?: boolean | undefined; custom_spf?: boolean | undefined; default?: boolean | undefined; ips?: string[] | undefined; subdomain?: string | undefined; username?: string | undefined; custom_dkim_selector?: string | undefined; } | undefined; }>; export declare const postWhitelabelDomainsResponseSchema: z.ZodObject<{ automatic_security: z.ZodBoolean; custom_spf: z.ZodBoolean; default: z.ZodBoolean; dns: z.ZodObject<{ dkim1: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; dkim2: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodString; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }>; export declare const postWhitelabelDomainsErrorSchema: z.ZodUnknown; export declare const getWhitelabelDomainsDefaultDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { domain?: string | undefined; }, { domain?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { domain?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { domain?: string | undefined; } | undefined; }>; export declare const getWhitelabelDomainsDefaultResponseSchema: z.ZodArray; dkim2: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodString; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }>, z.ZodObject<{ last_validation_attempt_at: z.ZodOptional; subusers: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { user_id?: number | undefined; username?: string | undefined; }, { user_id?: number | undefined; username?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { last_validation_attempt_at?: number | undefined; subusers?: { user_id?: number | undefined; username?: string | undefined; }[] | undefined; }, { last_validation_attempt_at?: number | undefined; subusers?: { user_id?: number | undefined; username?: string | undefined; }[] | undefined; }>>, "many">; export declare const getWhitelabelDomainsDefaultErrorSchema: z.ZodUnknown; export declare const deleteWhitelabelDomainsSubuserDataSchema: z.ZodObject<{ query: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; }, { username?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { query?: { username?: string | undefined; } | undefined; }, { query?: { username?: string | undefined; } | undefined; }>; export declare const deleteWhitelabelDomainsSubuserResponseSchema: z.ZodRecord; export declare const deleteWhitelabelDomainsSubuserErrorSchema: z.ZodUnknown; export declare const getWhitelabelDomainsSubuserDataSchema: z.ZodObject<{ query: z.ZodObject<{ username: z.ZodString; }, "strip", z.ZodTypeAny, { username: string; }, { username: string; }>; }, "strip", z.ZodTypeAny, { query: { username: string; }; }, { query: { username: string; }; }>; export declare const getWhitelabelDomainsSubuserResponseSchema: z.ZodObject<{ automatic_security: z.ZodBoolean; custom_spf: z.ZodBoolean; default: z.ZodBoolean; dns: z.ZodObject<{ dkim: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; domain_spf: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_server: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; subdomain_spf: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }, { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: unknown[]; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: unknown[]; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const getWhitelabelDomainsSubuserErrorSchema: z.ZodUnknown; export declare const deleteWhitelabelDomainsDomainIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ domain_id: z.ZodString; }, "strip", z.ZodTypeAny, { domain_id: string; }, { domain_id: string; }>; }, "strip", z.ZodTypeAny, { path: { domain_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { domain_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteWhitelabelDomainsDomainIdResponseSchema: z.ZodRecord; export declare const deleteWhitelabelDomainsDomainIdErrorSchema: z.ZodUnknown; export declare const getWhitelabelDomainsDomainIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ domain_id: z.ZodString; }, "strip", z.ZodTypeAny, { domain_id: string; }, { domain_id: string; }>; }, "strip", z.ZodTypeAny, { path: { domain_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { domain_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getWhitelabelDomainsDomainIdResponseSchema: z.ZodObject<{ automatic_security: z.ZodBoolean; custom_spf: z.ZodBoolean; default: z.ZodBoolean; dns: z.ZodObject<{ dkim1: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; dkim2: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodString; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }>; export declare const getWhitelabelDomainsDomainIdErrorSchema: z.ZodUnknown; export declare const patchWhitelabelDomainsDomainIdDataSchema: z.ZodObject<{ body: z.ZodOptional; default: z.ZodOptional; }, "strip", z.ZodTypeAny, { custom_spf?: boolean | undefined; default?: boolean | undefined; }, { custom_spf?: boolean | undefined; default?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ domain_id: z.ZodString; }, "strip", z.ZodTypeAny, { domain_id: string; }, { domain_id: string; }>; }, "strip", z.ZodTypeAny, { path: { domain_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { custom_spf?: boolean | undefined; default?: boolean | undefined; } | undefined; }, { path: { domain_id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { custom_spf?: boolean | undefined; default?: boolean | undefined; } | undefined; }>; export declare const patchWhitelabelDomainsDomainIdResponseSchema: z.ZodArray; dkim2: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }, { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodString; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim1: { valid: boolean; type: string; data: string; host: string; }; dkim2: { valid: boolean; type: string; data: string; host: string; }; mail_cname: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: string[]; legacy: boolean; subdomain: string; user_id: number; username: string; }>, z.ZodObject<{ last_validation_attempt_at: z.ZodOptional; subusers: z.ZodOptional; username: z.ZodOptional; }, "strip", z.ZodTypeAny, { user_id?: number | undefined; username?: string | undefined; }, { user_id?: number | undefined; username?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { last_validation_attempt_at?: number | undefined; subusers?: { user_id?: number | undefined; username?: string | undefined; }[] | undefined; }, { last_validation_attempt_at?: number | undefined; subusers?: { user_id?: number | undefined; username?: string | undefined; }[] | undefined; }>>, "many">; export declare const patchWhitelabelDomainsDomainIdErrorSchema: z.ZodUnknown; export declare const postWhitelabelDomainsDomainIdSubuserDataSchema: z.ZodObject<{ body: z.ZodOptional>; path: z.ZodObject<{ domain_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { domain_id: number; }, { domain_id: number; }>; }, "strip", z.ZodTypeAny, { path: { domain_id: number; }; body?: { username: string; } | undefined; }, { path: { domain_id: number; }; body?: { username: string; } | undefined; }>; export declare const postWhitelabelDomainsDomainIdSubuserResponseSchema: z.ZodObject<{ automatic_security: z.ZodBoolean; custom_spf: z.ZodBoolean; default: z.ZodBoolean; dns: z.ZodObject<{ dkim: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; domain_spf: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_server: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; subdomain_spf: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }, { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: unknown[]; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: unknown[]; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const postWhitelabelDomainsDomainIdSubuserErrorSchema: z.ZodUnknown; export declare const postWhitelabelDomainsIdIpsDataSchema: z.ZodObject<{ body: z.ZodOptional>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodNumber; }, "strip", z.ZodTypeAny, { id: number; }, { id: number; }>; }, "strip", z.ZodTypeAny, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { ip: string; } | undefined; }, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { ip: string; } | undefined; }>; export declare const postWhitelabelDomainsIdIpsResponseSchema: z.ZodObject<{ automatic_security: z.ZodBoolean; custom_spf: z.ZodBoolean; default: z.ZodBoolean; dns: z.ZodObject<{ dkim: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; domain_spf: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_server: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; subdomain_spf: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }, { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: unknown[]; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: unknown[]; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const postWhitelabelDomainsIdIpsErrorSchema: z.ZodUnknown; export declare const deleteWhitelabelDomainsIdIpsIpDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodNumber; ip: z.ZodString; }, "strip", z.ZodTypeAny, { id: number; ip: string; }, { id: number; ip: string; }>; }, "strip", z.ZodTypeAny, { path: { id: number; ip: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { id: number; ip: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteWhitelabelDomainsIdIpsIpResponseSchema: z.ZodObject<{ automatic_security: z.ZodBoolean; custom_spf: z.ZodBoolean; default: z.ZodBoolean; dns: z.ZodObject<{ dkim: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; domain_spf: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; mail_server: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; subdomain_spf: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; }, "strip", z.ZodTypeAny, { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }, { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }>; domain: z.ZodString; id: z.ZodNumber; ips: z.ZodArray; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: unknown[]; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; automatic_security: boolean; custom_spf: boolean; default: boolean; dns: { dkim: { valid: boolean; type: string; data: string; host: string; }; domain_spf: { valid: boolean; type: string; data: string; host: string; }; mail_server: { valid: boolean; type: string; data: string; host: string; }; subdomain_spf: { valid: boolean; type: string; data: string; host: string; }; }; domain: string; id: number; ips: unknown[]; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const deleteWhitelabelDomainsIdIpsIpErrorSchema: z.ZodUnknown; export declare const postWhitelabelDomainsIdValidateDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodNumber; }, "strip", z.ZodTypeAny, { id: number; }, { id: number; }>; }, "strip", z.ZodTypeAny, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const postWhitelabelDomainsIdValidateResponseSchema: z.ZodObject<{ id: z.ZodOptional; valid: z.ZodOptional; validation_results: z.ZodOptional>; valid: z.ZodOptional; }, "strip", z.ZodTypeAny, { valid?: boolean | undefined; reason?: string | null | undefined; }, { valid?: boolean | undefined; reason?: string | null | undefined; }>>; dkim2: z.ZodOptional>; valid: z.ZodOptional; }, "strip", z.ZodTypeAny, { valid?: boolean | undefined; reason?: string | null | undefined; }, { valid?: boolean | undefined; reason?: string | null | undefined; }>>; mail_cname: z.ZodOptional>; valid: z.ZodOptional; }, "strip", z.ZodTypeAny, { valid?: boolean | undefined; reason?: string | null | undefined; }, { valid?: boolean | undefined; reason?: string | null | undefined; }>>; spf: z.ZodOptional>; valid: z.ZodOptional; }, "strip", z.ZodTypeAny, { valid?: boolean | undefined; reason?: string | null | undefined; }, { valid?: boolean | undefined; reason?: string | null | undefined; }>>; }, "strip", z.ZodTypeAny, { dkim1?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; dkim2?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; mail_cname?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; spf?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; }, { dkim1?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; dkim2?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; mail_cname?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; spf?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; }>>; }, "strip", z.ZodTypeAny, { valid?: boolean | undefined; id?: number | undefined; validation_results?: { dkim1?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; dkim2?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; mail_cname?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; spf?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; } | undefined; }, { valid?: boolean | undefined; id?: number | undefined; validation_results?: { dkim1?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; dkim2?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; mail_cname?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; spf?: { valid?: boolean | undefined; reason?: string | null | undefined; } | undefined; } | undefined; }>; export declare const postWhitelabelDomainsIdValidateErrorSchema: z.ZodObject<{ errors: z.ZodOptional, "many">>; }, "strip", z.ZodTypeAny, { errors?: { message: string; }[] | undefined; }, { errors?: { message: string; }[] | undefined; }>; export declare const getWhitelabelIpsDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; limit: z.ZodOptional; offset: z.ZodOptional; }, "strip", z.ZodTypeAny, { ip?: string | undefined; limit?: number | undefined; offset?: number | undefined; }, { ip?: string | undefined; limit?: number | undefined; offset?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { ip?: string | undefined; limit?: number | undefined; offset?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { ip?: string | undefined; limit?: number | undefined; offset?: number | undefined; } | undefined; }>; export declare const getWhitelabelIpsResponseSchema: z.ZodArray; domain: z.ZodString; id: z.ZodNumber; ip: z.ZodString; last_validation_attempt_at: z.ZodOptional; legacy: z.ZodBoolean; rdns: z.ZodString; subdomain: z.ZodOptional; users: z.ZodArray, "many">; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; domain: string; id: number; legacy: boolean; ip: string; a_record: { valid: boolean; type: string; data: string; host: string; }; rdns: string; users: { user_id: number; username: string; }[]; subdomain?: string | undefined; last_validation_attempt_at?: number | undefined; }, { valid: boolean; domain: string; id: number; legacy: boolean; ip: string; a_record: { valid: boolean; type: string; data: string; host: string; }; rdns: string; users: { user_id: number; username: string; }[]; subdomain?: string | undefined; last_validation_attempt_at?: number | undefined; }>, "many">; export declare const getWhitelabelIpsErrorSchema: z.ZodUnknown; export declare const postWhitelabelIpsDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { domain: string; ip: string; subdomain?: string | undefined; }, { domain: string; ip: string; subdomain?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { domain: string; ip: string; subdomain?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { domain: string; ip: string; subdomain?: string | undefined; } | undefined; }>; export declare const postWhitelabelIpsResponseSchema: z.ZodObject<{ a_record: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; domain: z.ZodString; id: z.ZodNumber; ip: z.ZodString; last_validation_attempt_at: z.ZodOptional; legacy: z.ZodBoolean; rdns: z.ZodString; subdomain: z.ZodOptional; users: z.ZodArray, "many">; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; domain: string; id: number; legacy: boolean; ip: string; a_record: { valid: boolean; type: string; data: string; host: string; }; rdns: string; users: { user_id: number; username: string; }[]; subdomain?: string | undefined; last_validation_attempt_at?: number | undefined; }, { valid: boolean; domain: string; id: number; legacy: boolean; ip: string; a_record: { valid: boolean; type: string; data: string; host: string; }; rdns: string; users: { user_id: number; username: string; }[]; subdomain?: string | undefined; last_validation_attempt_at?: number | undefined; }>; export declare const postWhitelabelIpsErrorSchema: z.ZodUnknown; export declare const deleteWhitelabelIpsIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteWhitelabelIpsIdResponseSchema: z.ZodRecord; export declare const deleteWhitelabelIpsIdErrorSchema: z.ZodUnknown; export declare const getWhitelabelIpsIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getWhitelabelIpsIdResponseSchema: z.ZodObject<{ a_record: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: string; data: string; host: string; }, { valid: boolean; type: string; data: string; host: string; }>; domain: z.ZodString; id: z.ZodNumber; ip: z.ZodString; last_validation_attempt_at: z.ZodOptional; legacy: z.ZodBoolean; rdns: z.ZodString; subdomain: z.ZodOptional; users: z.ZodArray, "many">; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; domain: string; id: number; legacy: boolean; ip: string; a_record: { valid: boolean; type: string; data: string; host: string; }; rdns: string; users: { user_id: number; username: string; }[]; subdomain?: string | undefined; last_validation_attempt_at?: number | undefined; }, { valid: boolean; domain: string; id: number; legacy: boolean; ip: string; a_record: { valid: boolean; type: string; data: string; host: string; }; rdns: string; users: { user_id: number; username: string; }[]; subdomain?: string | undefined; last_validation_attempt_at?: number | undefined; }>; export declare const getWhitelabelIpsIdErrorSchema: z.ZodUnknown; export declare const postWhitelabelIpsIdValidateDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; }, { id: string; }>; }, "strip", z.ZodTypeAny, { path: { id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { id: string; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const postWhitelabelIpsIdValidateResponseSchema: z.ZodObject<{ id: z.ZodNumber; valid: z.ZodBoolean; validation_results: z.ZodObject<{ a_record: z.ZodOptional; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; reason: string | null; }, { valid: boolean; reason: string | null; }>>; }, "strip", z.ZodTypeAny, { a_record?: { valid: boolean; reason: string | null; } | undefined; }, { a_record?: { valid: boolean; reason: string | null; } | undefined; }>; }, "strip", z.ZodTypeAny, { valid: boolean; id: number; validation_results: { a_record?: { valid: boolean; reason: string | null; } | undefined; }; }, { valid: boolean; id: number; validation_results: { a_record?: { valid: boolean; reason: string | null; } | undefined; }; }>; export declare const postWhitelabelIpsIdValidateErrorSchema: z.ZodUnion<[z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; }[]; }, { errors: { message: string; }[]; }>, z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; }[]; }, { errors: { message: string; }[]; }>]>; export declare const getWhitelabelLinksDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { limit?: number | undefined; }, { limit?: number | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { limit?: number | undefined; } | undefined; }>; export declare const getWhitelabelLinksResponseSchema: z.ZodArray, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }>; owner_cname: z.ZodOptional, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }>>; }, "strip", z.ZodTypeAny, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }>; domain: z.ZodString; id: z.ZodNumber; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>, "many">; export declare const getWhitelabelLinksErrorSchema: z.ZodUnknown; export declare const postWhitelabelLinksDataSchema: z.ZodObject<{ body: z.ZodOptional; domain: z.ZodString; subdomain: z.ZodOptional; }, "strip", z.ZodTypeAny, { domain: string; default?: boolean | undefined; subdomain?: string | undefined; }, { domain: string; default?: boolean | undefined; subdomain?: string | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { domain: string; default?: boolean | undefined; subdomain?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { domain: string; default?: boolean | undefined; subdomain?: string | undefined; } | undefined; }>; export declare const postWhitelabelLinksResponseSchema: z.ZodObject<{ default: z.ZodBoolean; dns: z.ZodObject<{ domain_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodUnion<[z.ZodLiteral<"cname">, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }>; owner_cname: z.ZodOptional, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }>>; }, "strip", z.ZodTypeAny, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }>; domain: z.ZodString; id: z.ZodNumber; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const postWhitelabelLinksErrorSchema: z.ZodUnknown; export declare const getWhitelabelLinksDefaultDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; query: z.ZodOptional; }, "strip", z.ZodTypeAny, { domain?: string | undefined; }, { domain?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { domain?: string | undefined; } | undefined; }, { headers?: { 'on-behalf-of'?: string | undefined; } | undefined; query?: { domain?: string | undefined; } | undefined; }>; export declare const getWhitelabelLinksDefaultResponseSchema: z.ZodObject<{ default: z.ZodBoolean; dns: z.ZodObject<{ domain_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodUnion<[z.ZodLiteral<"cname">, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }>; owner_cname: z.ZodOptional, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }>>; }, "strip", z.ZodTypeAny, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }>; domain: z.ZodString; id: z.ZodNumber; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const getWhitelabelLinksDefaultErrorSchema: z.ZodUnknown; export declare const deleteWhitelabelLinksSubuserDataSchema: z.ZodObject<{ query: z.ZodObject<{ username: z.ZodString; }, "strip", z.ZodTypeAny, { username: string; }, { username: string; }>; }, "strip", z.ZodTypeAny, { query: { username: string; }; }, { query: { username: string; }; }>; export declare const deleteWhitelabelLinksSubuserResponseSchema: z.ZodRecord; export declare const deleteWhitelabelLinksSubuserErrorSchema: z.ZodUnknown; export declare const getWhitelabelLinksSubuserDataSchema: z.ZodObject<{ query: z.ZodObject<{ username: z.ZodString; }, "strip", z.ZodTypeAny, { username: string; }, { username: string; }>; }, "strip", z.ZodTypeAny, { query: { username: string; }; }, { query: { username: string; }; }>; export declare const getWhitelabelLinksSubuserResponseSchema: z.ZodObject<{ default: z.ZodBoolean; dns: z.ZodObject<{ domain_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodUnion<[z.ZodLiteral<"cname">, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }>; owner_cname: z.ZodOptional, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }>>; }, "strip", z.ZodTypeAny, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }>; domain: z.ZodString; id: z.ZodNumber; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const getWhitelabelLinksSubuserErrorSchema: z.ZodUnknown; export declare const deleteWhitelabelLinksIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodNumber; }, "strip", z.ZodTypeAny, { id: number; }, { id: number; }>; }, "strip", z.ZodTypeAny, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const deleteWhitelabelLinksIdResponseSchema: z.ZodRecord; export declare const deleteWhitelabelLinksIdErrorSchema: z.ZodUnknown; export declare const getWhitelabelLinksIdDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodNumber; }, "strip", z.ZodTypeAny, { id: number; }, { id: number; }>; }, "strip", z.ZodTypeAny, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const getWhitelabelLinksIdResponseSchema: z.ZodObject<{ default: z.ZodBoolean; dns: z.ZodObject<{ domain_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodUnion<[z.ZodLiteral<"cname">, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }>; owner_cname: z.ZodOptional, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }>>; }, "strip", z.ZodTypeAny, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }>; domain: z.ZodString; id: z.ZodNumber; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const getWhitelabelLinksIdErrorSchema: z.ZodUnknown; export declare const patchWhitelabelLinksIdDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { default?: boolean | undefined; }, { default?: boolean | undefined; }>>; headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodNumber; }, "strip", z.ZodTypeAny, { id: number; }, { id: number; }>; }, "strip", z.ZodTypeAny, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { default?: boolean | undefined; } | undefined; }, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; body?: { default?: boolean | undefined; } | undefined; }>; export declare const patchWhitelabelLinksIdResponseSchema: z.ZodObject<{ default: z.ZodBoolean; dns: z.ZodObject<{ domain_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodUnion<[z.ZodLiteral<"cname">, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }>; owner_cname: z.ZodOptional, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }>>; }, "strip", z.ZodTypeAny, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }>; domain: z.ZodString; id: z.ZodNumber; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const patchWhitelabelLinksIdErrorSchema: z.ZodUnknown; export declare const postWhitelabelLinksIdValidateDataSchema: z.ZodObject<{ headers: z.ZodOptional; }, "strip", z.ZodTypeAny, { 'on-behalf-of'?: string | undefined; }, { 'on-behalf-of'?: string | undefined; }>>; path: z.ZodObject<{ id: z.ZodNumber; }, "strip", z.ZodTypeAny, { id: number; }, { id: number; }>; }, "strip", z.ZodTypeAny, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }, { path: { id: number; }; headers?: { 'on-behalf-of'?: string | undefined; } | undefined; }>; export declare const postWhitelabelLinksIdValidateResponseSchema: z.ZodObject<{ id: z.ZodNumber; valid: z.ZodBoolean; validation_results: z.ZodObject<{ domain_cname: z.ZodObject<{ reason: z.ZodNullable; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; reason: string | null; }, { valid: boolean; reason: string | null; }>; owner_cname: z.ZodOptional; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; reason: string | null; }, { valid: boolean; reason: string | null; }>>; }, "strip", z.ZodTypeAny, { domain_cname: { valid: boolean; reason: string | null; }; owner_cname?: { valid: boolean; reason: string | null; } | undefined; }, { domain_cname: { valid: boolean; reason: string | null; }; owner_cname?: { valid: boolean; reason: string | null; } | undefined; }>; }, "strip", z.ZodTypeAny, { valid: boolean; id: number; validation_results: { domain_cname: { valid: boolean; reason: string | null; }; owner_cname?: { valid: boolean; reason: string | null; } | undefined; }; }, { valid: boolean; id: number; validation_results: { domain_cname: { valid: boolean; reason: string | null; }; owner_cname?: { valid: boolean; reason: string | null; } | undefined; }; }>; export declare const postWhitelabelLinksIdValidateErrorSchema: z.ZodObject<{ errors: z.ZodArray, "many">; }, "strip", z.ZodTypeAny, { errors: { message: string; }[]; }, { errors: { message: string; }[]; }>; export declare const postWhitelabelLinksLinkIdSubuserDataSchema: z.ZodObject<{ body: z.ZodOptional; }, "strip", z.ZodTypeAny, { username?: string | undefined; }, { username?: string | undefined; }>>; path: z.ZodObject<{ link_id: z.ZodNumber; }, "strip", z.ZodTypeAny, { link_id: number; }, { link_id: number; }>; }, "strip", z.ZodTypeAny, { path: { link_id: number; }; body?: { username?: string | undefined; } | undefined; }, { path: { link_id: number; }; body?: { username?: string | undefined; } | undefined; }>; export declare const postWhitelabelLinksLinkIdSubuserResponseSchema: z.ZodObject<{ default: z.ZodBoolean; dns: z.ZodObject<{ domain_cname: z.ZodObject<{ data: z.ZodString; host: z.ZodString; type: z.ZodUnion<[z.ZodLiteral<"cname">, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }, { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }>; owner_cname: z.ZodOptional, z.ZodLiteral<"txt">, z.ZodLiteral<"mx">]>>; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }, { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; }>>; }, "strip", z.ZodTypeAny, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }, { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }>; domain: z.ZodString; id: z.ZodNumber; legacy: z.ZodBoolean; subdomain: z.ZodOptional; user_id: z.ZodNumber; username: z.ZodString; valid: z.ZodBoolean; }, "strip", z.ZodTypeAny, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }, { valid: boolean; default: boolean; dns: { domain_cname: { valid: boolean; type: "cname" | "txt" | "mx"; data: string; host: string; }; owner_cname?: { valid: boolean; data: string; host: string; type?: "cname" | "txt" | "mx" | undefined; } | undefined; }; domain: string; id: number; legacy: boolean; user_id: number; username: string; subdomain?: string | undefined; }>; export declare const postWhitelabelLinksLinkIdSubuserErrorSchema: z.ZodUnknown; export declare const contactDetailsSchema: z.ZodObject<{ _metadata: z.ZodOptional; }, "strip", z.ZodTypeAny, { self?: string | undefined; }, { self?: string | undefined; }>>; address_line_1: z.ZodOptional; address_line_2: z.ZodOptional; alternate_emails: z.ZodOptional>; city: z.ZodOptional; country: z.ZodOptional; created_at: z.ZodString; custom_fields: z.ZodOptional>; email: z.ZodOptional; first_name: z.ZodOptional; id: z.ZodString; last_name: z.ZodOptional; list_ids: z.ZodArray; postal_code: z.ZodOptional; state_province_region: z.ZodOptional; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; list_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; }, { id: string; list_ids: string[]; created_at: string; updated_at: string; email?: string | undefined; _metadata?: { self?: string | undefined; } | undefined; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; }>; export declare const postContactdbSegmentsResponseSchema: z.ZodIntersection, z.ZodObject<{ conditions: z.ZodArray, z.ZodLiteral<"or">, z.ZodLiteral<"">]>>; field: z.ZodString; operator: z.ZodUnion<[z.ZodLiteral<"eq">, z.ZodLiteral<"ne">, z.ZodLiteral<"lt">, z.ZodLiteral<"gt">, z.ZodLiteral<"contains">]>; value: z.ZodString; }, "strip", z.ZodTypeAny, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }, { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }>, "many">; list_id: z.ZodOptional; name: z.ZodString; recipient_count: z.ZodOptional; }, "strip", z.ZodTypeAny, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }, { name: string; conditions: { value: string; field: string; operator: "eq" | "ne" | "lt" | "gt" | "contains"; and_or?: "" | "and" | "or" | undefined; }[]; recipient_count?: number | undefined; list_id?: number | undefined; }>>; export declare const postDesignsResponseSchema: z.ZodIntersection; id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }, { id?: string | undefined; created_at?: string | undefined; updated_at?: string | undefined; thumbnail_url?: string | undefined; }>, z.ZodObject<{ editor: z.ZodOptional, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodIntersection, z.ZodLiteral<"design">]>>; name: z.ZodOptional; }, "strip", z.ZodTypeAny, { name?: string | undefined; editor?: "code" | "design" | undefined; }, { name?: string | undefined; editor?: "code" | "design" | undefined; }>, z.ZodObject<{ categories: z.ZodOptional>; generate_plain_content: z.ZodOptional; subject: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }, { subject?: string | undefined; categories?: string[] | undefined; generate_plain_content?: boolean | undefined; }>>>, z.ZodObject<{ html_content: z.ZodString; plain_content: z.ZodOptional; }, "strip", z.ZodTypeAny, { html_content: string; plain_content?: string | undefined; }, { html_content: string; plain_content?: string | undefined; }>>>; export declare const getMailboxProvidersStatsResponseSchema: z.ZodArray; stats: z.ZodOptional; unique_clicks: z.ZodOptional; }, "strip", z.ZodTypeAny, { clicks?: number | undefined; unique_clicks?: number | undefined; }, { clicks?: number | undefined; unique_clicks?: number | undefined; }>, z.ZodObject<{ opens: z.ZodOptional; unique_opens: z.ZodOptional; }, "strip", z.ZodTypeAny, { opens?: number | undefined; unique_opens?: number | undefined; }, { opens?: number | undefined; unique_opens?: number | undefined; }>>, z.ZodObject<{ blocks: z.ZodOptional; bounces: z.ZodOptional; deferred: z.ZodOptional; delivered: z.ZodOptional; drops: z.ZodOptional; processed: z.ZodOptional; requests: z.ZodOptional; spam_reports: z.ZodOptional; }, "strip", z.ZodTypeAny, { processed?: number | undefined; delivered?: number | undefined; bounces?: number | undefined; requests?: number | undefined; spam_reports?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; drops?: number | undefined; }, { processed?: number | undefined; delivered?: number | undefined; bounces?: number | undefined; requests?: number | undefined; spam_reports?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; drops?: number | undefined; }>>>; name: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; } & { processed?: number | undefined; delivered?: number | undefined; bounces?: number | undefined; requests?: number | undefined; spam_reports?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; drops?: number | undefined; }) | undefined; }, { type?: string | undefined; name?: string | undefined; metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; } & { processed?: number | undefined; delivered?: number | undefined; bounces?: number | undefined; requests?: number | undefined; spam_reports?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; drops?: number | undefined; }) | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; } & { processed?: number | undefined; delivered?: number | undefined; bounces?: number | undefined; requests?: number | undefined; spam_reports?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; drops?: number | undefined; }) | undefined; }[] | undefined; }, { date?: string | undefined; stats?: { type?: string | undefined; name?: string | undefined; metrics?: ({ clicks?: number | undefined; unique_clicks?: number | undefined; } & { opens?: number | undefined; unique_opens?: number | undefined; } & { processed?: number | undefined; delivered?: number | undefined; bounces?: number | undefined; requests?: number | undefined; spam_reports?: number | undefined; blocks?: number | undefined; deferred?: number | undefined; drops?: number | undefined; }) | undefined; }[] | undefined; }>, "many">; export declare const putMcContactsDataSchema: z.ZodObject<{ body: z.ZodOptional; address_line_2: z.ZodOptional; alternate_emails: z.ZodOptional>; city: z.ZodOptional; country: z.ZodOptional; custom_fields: z.ZodOptional>; email: z.ZodString; first_name: z.ZodOptional; last_name: z.ZodOptional; postal_code: z.ZodOptional; state_province_region: z.ZodOptional; }, "strip", z.ZodTypeAny, { email: string; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; }, { email: string; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; }>, "many">; list_ids: z.ZodOptional>; }, "strip", z.ZodTypeAny, { contacts: { email: string; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; }[]; list_ids?: string[] | undefined; }, { contacts: { email: string; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; }[]; list_ids?: string[] | undefined; }>>; }, "strip", z.ZodTypeAny, { body?: { contacts: { email: string; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; }[]; list_ids?: string[] | undefined; } | undefined; }, { body?: { contacts: { email: string; address_line_1?: string | undefined; address_line_2?: string | undefined; alternate_emails?: string[] | undefined; city?: string | undefined; country?: string | undefined; custom_fields?: Record | undefined; first_name?: string | undefined; last_name?: string | undefined; postal_code?: string | undefined; state_province_region?: string | undefined; }[]; list_ids?: string[] | undefined; } | undefined; }>; export declare const postMarketingSegmentsResponseSchema: z.ZodIntersection; next_sample_update: z.ZodOptional; parent_list_id: z.ZodOptional; sample_updated_at: z.ZodString; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }, { id: string; created_at: string; updated_at: string; contacts_count: number; sample_updated_at: string; name?: string | undefined; next_sample_update?: string | undefined; parent_list_id?: string | undefined; }>, z.ZodObject<{ contacts_sample: z.ZodArray; city: z.ZodString; country: z.ZodString; custom_fields: z.ZodObject<{ '': z.ZodOptional; custom_field_name1: z.ZodOptional; custom_field_name2: z.ZodOptional; }, "strip", z.ZodTypeAny, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }, { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }>; email: z.ZodString; first_name: z.ZodString; id: z.ZodString; last_name: z.ZodString; list_ids: z.ZodOptional>; postal_code: z.ZodNumber; segment_ids: z.ZodOptional>; state_province_region: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }, { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }>, "many">; query_json: z.ZodOptional>; }, "strip", z.ZodTypeAny, { contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_json?: Record | undefined; }, { contacts_sample: { id: string; email: string; address_line_1: string; address_line_2: string; alternate_emails: string[]; city: string; country: string; custom_fields: { ''?: string | undefined; custom_field_name1?: string | undefined; custom_field_name2?: string | undefined; }; first_name: string; last_name: string; postal_code: number; state_province_region: string; list_ids?: string[] | undefined; segment_ids?: string[] | undefined; }[]; query_json?: Record | undefined; }>>, z.ZodObject<{ name: z.ZodString; parent_list_ids: z.ZodOptional>; query_dsl: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }, { name: string; query_dsl: string; parent_list_ids?: string[] | undefined; }>>; export declare const getSegmentsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; contacts_count: z.ZodNumber; created_at: z.ZodString; id: z.ZodString; name: z.ZodString; next_sample_update: z.ZodString; parent_list_ids: z.ZodArray; query_version: z.ZodString; sample_updated_at: z.ZodString; status: z.ZodObject<{ error_message: z.ZodOptional; query_validation: z.ZodString; }, "strip", z.ZodTypeAny, { query_validation: string; error_message?: string | undefined; }, { query_validation: string; error_message?: string | undefined; }>; updated_at: z.ZodString; }, "strip", z.ZodTypeAny, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_version: string; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }, { status: { query_validation: string; error_message?: string | undefined; }; name: string; id: string; created_at: string; updated_at: string; contacts_count: number; next_sample_update: string; sample_updated_at: string; parent_list_ids: string[]; query_version: string; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }>; export declare const getallAutomationStatsResponseSchema: z.ZodObject<{ _metadata: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>>; results: z.ZodArray>; step_id: z.ZodString; }, "strip", z.ZodTypeAny, { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }, { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }>, "many">; }, "strip", z.ZodTypeAny, { results: { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }[]; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }, { results: { id: string; step_id: string; aggregation: string; stats?: { delivered: number; clicks: number; unique_clicks: number; opens: number; unique_opens: number; bounce_drops: number; bounces: number; invalid_emails: number; requests: number; spam_report_drops: number; spam_reports: number; unsubscribes: number; } | undefined; }[]; _metadata?: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; } | undefined; }>; export declare const getAutomationLinkStatResponseSchema: z.ZodObject<{ _metadata: z.ZodObject<{ count: z.ZodOptional; next: z.ZodOptional; prev: z.ZodOptional; self: z.ZodOptional; }, "strip", z.ZodTypeAny, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }, { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }>; results: z.ZodArray; }, "strip", z.ZodTypeAny, { clicks: number; url: string; step_id: string; url_location?: number | undefined; }, { clicks: number; url: string; step_id: string; url_location?: number | undefined; }>, "many">; total_clicks: z.ZodNumber; }, "strip", z.ZodTypeAny, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { clicks: number; url: string; step_id: string; url_location?: number | undefined; }[]; total_clicks: number; }, { _metadata: { count?: number | undefined; next?: string | undefined; prev?: string | undefined; self?: string | undefined; }; results: { clicks: number; url: string; step_id: string; url_location?: number | undefined; }[]; total_clicks: number; }>; export declare const postTemplatesResponseSchema: z.ZodIntersection, z.ZodLiteral<"dynamic">]>; id: z.ZodString; name: z.ZodString; 'updated_at ': z.ZodString; versions: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }, { name: string; id: string; generation: "legacy" | "dynamic"; 'updated_at ': string; versions?: { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }[] | undefined; }>, z.ZodObject<{ warning: z.ZodOptional; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { warning?: { message?: string | undefined; } | undefined; }, { warning?: { message?: string | undefined; } | undefined; }>>; export declare const postTemplatesTemplateIdVersionsResponseSchema: z.ZodIntersection; }, "strip", z.ZodTypeAny, { message?: string | undefined; }, { message?: string | undefined; }>, "many">>; }, "strip", z.ZodTypeAny, { warnings?: { message?: string | undefined; }[] | undefined; }, { warnings?: { message?: string | undefined; }[] | undefined; }>, z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; html_content: z.ZodOptional; name: z.ZodString; plain_content: z.ZodOptional; subject: z.ZodString; test_data: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }, { subject: string; name: string; editor?: "code" | "design" | undefined; html_content?: string | undefined; plain_content?: string | undefined; generate_plain_content?: boolean | undefined; active?: 0 | 1 | undefined; test_data?: string | undefined; }>>, z.ZodObject<{ active: z.ZodOptional, z.ZodLiteral<1>]>>; editor: z.ZodOptional, z.ZodLiteral<"design">]>>; generate_plain_content: z.ZodOptional; id: z.ZodOptional; name: z.ZodOptional; subject: z.ZodOptional; template_id: z.ZodOptional; thumbnail_url: z.ZodOptional; updated_at: z.ZodOptional; }, "strip", z.ZodTypeAny, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }, { subject?: string | undefined; name?: string | undefined; id?: string | undefined; editor?: "code" | "design" | undefined; updated_at?: string | undefined; generate_plain_content?: boolean | undefined; thumbnail_url?: string | undefined; template_id?: string | undefined; active?: 0 | 1 | undefined; }>>; //# sourceMappingURL=zodSchema.d.ts.map