import { z } from 'zod'; export declare const server: z.ZodObject<{ id: z.ZodString; serverName: z.ZodString; latestDeploymentId: z.ZodNullable; latestDenoDeploymentId: z.ZodNullable; denoProjectName: z.ZodString; latestStatus: z.ZodNullable>; createdAt: z.ZodString; updatedAt: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=server.generated.d.ts.map