import * as z from "zod/v4"; import { ClosedEnum } from "../types/enums.js"; /** * Layout density for portal content. */ export declare const DeploymentPortalDensity: { readonly Comfortable: "comfortable"; readonly Compact: "compact"; }; /** * Layout density for portal content. */ export type DeploymentPortalDensity = ClosedEnum; /** @internal */ export declare const DeploymentPortalDensity$inboundSchema: z.ZodEnum; /** @internal */ export declare const DeploymentPortalDensity$outboundSchema: z.ZodEnum; //# sourceMappingURL=deploymentportaldensity.d.ts.map