import { z } from "zod"; export declare const upsertOwnerInputSchema: z.ZodObject<{ addresses: z.ZodOptional>; type: z.ZodDefault>>; id: z.ZodString; }, z.core.$strip>; export type UpsertOwnerInput = z.infer; export declare const upsertOwnerOutputSchema: z.ZodObject<{ addresses: z.ZodOptional>; type: z.ZodDefault>>; id: z.ZodString; }, z.core.$strip>; export type UpsertOwnerOutput = z.infer; export declare const queryOwnerInputSchema: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; export type GetOwnerInput = z.infer; export declare const queryOwnerOutputSchema: z.ZodObject<{ addresses: z.ZodOptional>; type: z.ZodDefault>>; id: z.ZodString; }, z.core.$strip>; export type GetOwnerOutput = z.infer; export declare const deleteOwnerInputSchema: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; export type DeleteOwnerInput = z.infer; export declare const deleteOwnerOutputSchema: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; export type DeleteOwnerOutput = z.infer; //# sourceMappingURL=owners.d.ts.map