import { z } from 'zod'; export declare const SynapseConfigSchema: z.ZodObject<{ uuid: z.ZodString; logoUrl: z.ZodNullable; title: z.ZodNullable; createdAt: z.ZodEffects; updatedAt: z.ZodEffects; }, "strip", z.ZodTypeAny, { uuid: string; createdAt: Date; updatedAt: Date; logoUrl: string | null; title: string | null; }, { uuid: string; createdAt: string; updatedAt: string; logoUrl: string | null; title: string | null; }>; //# sourceMappingURL=synapse-config.schema.d.ts.map