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 | undefined; italic?: true | undefined; underline?: true | undefined; strike?: true | undefined; code?: true | undefined; link?: string | undefined; }, { bold?: unknown; italic?: unknown; underline?: unknown; strike?: unknown; code?: unknown; link?: unknown; }>; export type BaseTextAttributes = z.infer; //# sourceMappingURL=base-attributes.d.ts.map