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