import * as z from "zod"; export declare const ServiceSchema: z.ZodObject<{ id: z.ZodString; name: z.ZodString; description: z.ZodNullable; logo_url: z.ZodNullable; connected_at: z.ZodNullable; }, z.core.$strip>; export declare const ServicesListResponseSchema: z.ZodArray; logo_url: z.ZodNullable; connected_at: z.ZodNullable; }, z.core.$strip>>; export type Service = z.infer;