import * as z from "zod/v4"; import { ClosedEnum } from "../types/enums.js"; /** * Curated visual style for the deployment portal. */ export declare const DeploymentPortalAppearancePreset: { readonly Clean: "clean"; readonly Technical: "technical"; readonly Enterprise: "enterprise"; readonly Playful: "playful"; readonly Minimal: "minimal"; }; /** * Curated visual style for the deployment portal. */ export type DeploymentPortalAppearancePreset = ClosedEnum; /** @internal */ export declare const DeploymentPortalAppearancePreset$inboundSchema: z.ZodEnum; /** @internal */ export declare const DeploymentPortalAppearancePreset$outboundSchema: z.ZodEnum; //# sourceMappingURL=deploymentportalappearancepreset.d.ts.map