import { z } from "zod/mini"; //#region src/model/table.d.ts declare const TableModelSchema: z.ZodMiniObject<{ type: z.ZodMiniLiteral<"Table">; config: z.ZodMiniOptional>>; }, z.core.$strip>>; }, z.core.$strip>; type TableModel = z.infer; declare const TableCellModelNodeTypes: ("paragraph" | "hyperlink" | "strong" | "em")[]; //#endregion export { TableCellModelNodeTypes, TableModel }; //# sourceMappingURL=table.d.ts.map