import { z } from 'zod'; export declare const externalAPIWithUUIDValidation: z.ZodCodec; serverLink: z.ZodURL; APIKey: z.ZodString; } & { uuid: z.ZodUUID; }, z.core.$strip>, z.ZodObject<{ key: z.ZodEnum<{ CT: "CT"; }>; serverLink: z.ZodURL; APIKey: z.ZodString; }, z.core.$strip>>; export declare const externalAPIsValidation: z.ZodArray; serverLink: z.ZodURL; APIKey: z.ZodString; } & { uuid: z.ZodUUID; }, z.core.$strip>, z.ZodObject<{ key: z.ZodEnum<{ CT: "CT"; }>; serverLink: z.ZodURL; APIKey: z.ZodString; }, z.core.$strip>>>; //# sourceMappingURL=external_apis_validation.d.ts.map