import { z } from 'zod'; export declare const workspaceDetails: z.ZodObject<{ id: z.ZodString; name: z.ZodString; label: z.ZodString; baseFilesSha256: z.ZodNullable; schema: z.ZodObject<{ id: z.ZodString; name: z.ZodString; slug: z.ZodString; openapiVersion: z.ZodEnum<{ "3.0": "3.0"; 3.1: "3.1"; "2.0": "2.0"; }>; typespecSchemaId: z.ZodNullable; public: z.ZodBoolean; format: z.ZodEnum<{ json: "json"; yaml: "yaml"; }>; iconKey: z.ZodOptional>; sourceUrl: z.ZodNullable; createdAt: z.ZodString; }, z.core.$strip>; 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>; schemaContent: z.ZodOptional; clientSettings: z.ZodObject<{ basePath: z.ZodOptional; packages: z.ZodOptional; }, z.core.$strip>>>; enrichments: z.ZodOptional; description: z.ZodOptional; columns: z.ZodOptional; formatter: z.ZodObject<{ exportPath: z.ZodString; exportName: z.ZodString; }, z.core.$strip>; label: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; form: z.ZodOptional; description: z.ZodOptional; fields: z.ZodOptional; input: z.ZodObject<{ exportPath: z.ZodString; exportName: z.ZodString; }, z.core.$strip>; label: z.ZodString; placeholder: z.ZodOptional; }, z.core.$strip>>>; submitLabel: z.ZodOptional; }, z.core.$strip>>; input: z.ZodOptional; formatter: z.ZodObject<{ exportPath: z.ZodString; exportName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>>>>>; skip: z.ZodOptional>>>, z.ZodRecord>, z.ZodString]>>>; }, z.core.$strip>; createdAt: z.ZodString; }, z.core.$strip>; //# sourceMappingURL=workspaceDetails.generated.d.ts.map