import { z } from 'zod'; export declare const boardColumnUuidSchema: z.core.$ZodBranded; export type BoardColumnUuid = z.infer;