import { z } from 'zod/v4'; export declare const PortalObject: z.ZodObject<{ tag: z.ZodString; domain: z.ZodOptional; }, z.core.$strip>; export type PortalObject = z.infer;