import { z } from 'zod'; export declare const tableSchema: z.ZodObject<{ title: z.ZodString; type: z.ZodLiteral<"orTable">; category: z.ZodString; disclaimer: z.ZodString; tables: z.ZodArray, "many">; type: z.ZodLiteral<"smTableSizing">; }, "strip", z.ZodTypeAny, { label: string; type: "smTableSizing"; table: string[][]; description: string; measuringType: string; }, { label: string; type: "smTableSizing"; table: string[][]; description: string; measuringType: string; }>, "many">; }, "strip", z.ZodTypeAny, { type: "orTable"; title: string; category: string; disclaimer: string; tables: { label: string; type: "smTableSizing"; table: string[][]; description: string; measuringType: string; }[]; }, { type: "orTable"; title: string; category: string; disclaimer: string; tables: { label: string; type: "smTableSizing"; table: string[][]; description: string; measuringType: string; }[]; }>; export declare const tableQuery: string; //# sourceMappingURL=table.d.ts.map