import { z } from 'zod'; export declare const baseTextAttributes: z.ZodObject<{ bold: z.ZodCatch>>>; italic: z.ZodCatch>>>; underline: z.ZodCatch>>>; strike: z.ZodCatch>>>; code: z.ZodCatch>>>; link: z.ZodCatch>>; }, "strip", z.ZodTypeAny, { bold?: true | null | undefined; italic?: true | null | undefined; underline?: true | null | undefined; strike?: true | null | undefined; code?: true | null | undefined; link?: string | null | undefined; }, { bold?: unknown; italic?: unknown; underline?: unknown; strike?: unknown; code?: unknown; link?: unknown; }>; export type BaseTextAttributes = z.infer; //# sourceMappingURL=base-attributes.d.ts.map