import { z } from 'zod'; export declare const tableSizingSchema: z.ZodObject<{ description: z.ZodString; label: z.ZodString; measuringType: z.ZodString; table: 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; }>; export declare const tableSizingQuery: string; //# sourceMappingURL=tableSizing.d.ts.map