import * as z from "zod"; export declare const ExportFormat: z.ZodEnum<{ pdf: "pdf"; pkpass: "pkpass"; }>; export type ExportFormat = z.infer; export declare const ExportLinkResponseSchema: z.ZodObject<{ url: z.ZodString; expires_in: z.ZodNumber; }, z.core.$strip>; export type ExportLinkResponse = z.infer; export declare const TicketableListParamsSchema: z.ZodObject<{ page: z.ZodOptional; perPage: z.ZodOptional; state: z.ZodOptional>; paymentState: z.ZodOptional>; orderBy: z.ZodOptional>; orderDirection: z.ZodOptional>; serviceId: z.ZodOptional; }, z.core.$strip>; export declare const TicketableSchema: z.ZodObject<{ id: z.ZodUUID; title: z.ZodString; reference: z.ZodString; exportable_to_wallet: z.ZodBoolean; state: z.ZodString; created_at: z.ZodCoercedDate; updated_at: z.ZodCoercedDate; user_id: z.ZodUUID; metadata: z.ZodJSONSchema; wallet_export: z.ZodJSONSchema; payment_state: z.ZodNullable; currency: z.ZodNullable; button_cta_url: z.ZodNullable; }, z.core.$strip>; export declare const TicketSchema: z.ZodObject<{ id: z.ZodUUID; title: z.ZodString; reference: z.ZodString; exportable_to_wallet: z.ZodBoolean; state: z.ZodString; created_at: z.ZodCoercedDate; updated_at: z.ZodCoercedDate; user_id: z.ZodUUID; metadata: z.ZodJSONSchema; wallet_export: z.ZodJSONSchema; payment_state: z.ZodNullable; currency: z.ZodNullable; button_cta_url: z.ZodNullable; text: z.ZodNullable; info_banner: z.ZodNullable; seating: z.ZodNullable; venue: z.ZodNullable; starts_at: z.ZodCoercedDate; ends_at: z.ZodNullable>; price: z.ZodNullable; ticket_category_id: z.ZodUUID; holder_id: z.ZodOptional>; }, z.core.$strip>; export declare const TicketsListResponseSchema: z.ZodObject<{ meta: z.ZodObject<{ count: z.ZodNumber; page: z.ZodNumber; limit: z.ZodNumber; last: z.ZodNumber; prev: z.ZodNullable; next: z.ZodNullable; }, z.core.$strip>; results: z.ZodArray; updated_at: z.ZodCoercedDate; user_id: z.ZodUUID; metadata: z.ZodJSONSchema; wallet_export: z.ZodJSONSchema; payment_state: z.ZodNullable; currency: z.ZodNullable; button_cta_url: z.ZodNullable; text: z.ZodNullable; info_banner: z.ZodNullable; seating: z.ZodNullable; venue: z.ZodNullable; starts_at: z.ZodCoercedDate; ends_at: z.ZodNullable>; price: z.ZodNullable; ticket_category_id: z.ZodUUID; holder_id: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; export declare const SubscriptionSchema: z.ZodObject<{ id: z.ZodUUID; title: z.ZodString; reference: z.ZodString; exportable_to_wallet: z.ZodBoolean; state: z.ZodString; created_at: z.ZodCoercedDate; updated_at: z.ZodCoercedDate; user_id: z.ZodUUID; metadata: z.ZodJSONSchema; wallet_export: z.ZodJSONSchema; payment_state: z.ZodNullable; currency: z.ZodNullable; button_cta_url: z.ZodNullable; text: z.ZodString; payment_frequency: z.ZodNullable; starts_at: z.ZodNullable>; ends_at: z.ZodNullable>; next_payment_at: z.ZodNullable>; price: z.ZodNullable; subscription_category_id: z.ZodUUID; }, z.core.$strip>; export declare const SubscriptionsListResponseSchema: z.ZodObject<{ meta: z.ZodObject<{ count: z.ZodNumber; page: z.ZodNumber; limit: z.ZodNumber; last: z.ZodNumber; prev: z.ZodNullable; next: z.ZodNullable; }, z.core.$strip>; results: z.ZodArray; updated_at: z.ZodCoercedDate; user_id: z.ZodUUID; metadata: z.ZodJSONSchema; wallet_export: z.ZodJSONSchema; payment_state: z.ZodNullable; currency: z.ZodNullable; button_cta_url: z.ZodNullable; text: z.ZodString; payment_frequency: z.ZodNullable; starts_at: z.ZodNullable>; ends_at: z.ZodNullable>; next_payment_at: z.ZodNullable>; price: z.ZodNullable; subscription_category_id: z.ZodUUID; }, z.core.$strip>>; }, z.core.$strip>; export declare const TicketTransferStatusSchema: z.ZodEnum<{ expired: "expired"; pending: "pending"; accepted: "accepted"; canceled: "canceled"; declined: "declined"; }>; export declare const TicketTransferSchema: z.ZodObject<{ token: z.ZodString; status: z.ZodEnum<{ expired: "expired"; pending: "pending"; accepted: "accepted"; canceled: "canceled"; declined: "declined"; }>; recipient_email: z.ZodString; sender_email: z.ZodString; expires_at: z.ZodCoercedDate; created_at: z.ZodCoercedDate; ticket: z.ZodObject<{ id: z.ZodUUID; title: z.ZodString; reference: z.ZodString; exportable_to_wallet: z.ZodBoolean; state: z.ZodString; created_at: z.ZodCoercedDate; updated_at: z.ZodCoercedDate; user_id: z.ZodUUID; metadata: z.ZodJSONSchema; wallet_export: z.ZodJSONSchema; payment_state: z.ZodNullable; currency: z.ZodNullable; button_cta_url: z.ZodNullable; text: z.ZodNullable; info_banner: z.ZodNullable; seating: z.ZodNullable; venue: z.ZodNullable; starts_at: z.ZodCoercedDate; ends_at: z.ZodNullable>; price: z.ZodNullable; ticket_category_id: z.ZodUUID; holder_id: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>; export declare const TicketTransfersListResponseSchema: z.ZodObject<{ incoming: z.ZodArray; recipient_email: z.ZodString; sender_email: z.ZodString; expires_at: z.ZodCoercedDate; created_at: z.ZodCoercedDate; ticket: z.ZodObject<{ id: z.ZodUUID; title: z.ZodString; reference: z.ZodString; exportable_to_wallet: z.ZodBoolean; state: z.ZodString; created_at: z.ZodCoercedDate; updated_at: z.ZodCoercedDate; user_id: z.ZodUUID; metadata: z.ZodJSONSchema; wallet_export: z.ZodJSONSchema; payment_state: z.ZodNullable; currency: z.ZodNullable; button_cta_url: z.ZodNullable; text: z.ZodNullable; info_banner: z.ZodNullable; seating: z.ZodNullable; venue: z.ZodNullable; starts_at: z.ZodCoercedDate; ends_at: z.ZodNullable>; price: z.ZodNullable; ticket_category_id: z.ZodUUID; holder_id: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>>; outgoing: z.ZodArray; recipient_email: z.ZodString; sender_email: z.ZodString; expires_at: z.ZodCoercedDate; created_at: z.ZodCoercedDate; ticket: z.ZodObject<{ id: z.ZodUUID; title: z.ZodString; reference: z.ZodString; exportable_to_wallet: z.ZodBoolean; state: z.ZodString; created_at: z.ZodCoercedDate; updated_at: z.ZodCoercedDate; user_id: z.ZodUUID; metadata: z.ZodJSONSchema; wallet_export: z.ZodJSONSchema; payment_state: z.ZodNullable; currency: z.ZodNullable; button_cta_url: z.ZodNullable; text: z.ZodNullable; info_banner: z.ZodNullable; seating: z.ZodNullable; venue: z.ZodNullable; starts_at: z.ZodCoercedDate; ends_at: z.ZodNullable>; price: z.ZodNullable; ticket_category_id: z.ZodUUID; holder_id: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export type Ticket = z.infer; export type TicketsListResponse = z.infer; export type Subscription = z.infer; export type SubscriptionsListResponse = z.infer; export type TicketTransfer = z.infer; export type TicketTransferStatus = z.infer; export type TicketTransfersListResponse = z.infer; export type TicketableListParams = z.infer;