import { SDTFQuery } from '@specifyapp/specify-design-token-format'; import { z } from 'zod'; export declare const queryParserSchema: z.ZodEffects, SDTFQuery, SDTFQuery>; export declare const applyTo: z.ZodOptional]>; }, "strip", z.ZodTypeAny, { collection: string | true; }, { collection: string | true; }>, z.ZodObject<{ group: z.ZodUnion<[z.ZodString, z.ZodLiteral]>; }, "strip", z.ZodTypeAny, { group: string | true; }, { group: string | true; }>, z.ZodObject<{ token: z.ZodUnion<[z.ZodString, z.ZodLiteral]>; }, "strip", z.ZodTypeAny, { token: string | true; }, { token: string | true; }>, z.ZodEffects, SDTFQuery, SDTFQuery>]>, z.ZodArray]>; }, "strip", z.ZodTypeAny, { collection: string | true; }, { collection: string | true; }>, z.ZodObject<{ group: z.ZodUnion<[z.ZodString, z.ZodLiteral]>; }, "strip", z.ZodTypeAny, { group: string | true; }, { group: string | true; }>, z.ZodObject<{ token: z.ZodUnion<[z.ZodString, z.ZodLiteral]>; }, "strip", z.ZodTypeAny, { token: string | true; }, { token: string | true; }>, z.ZodEffects, SDTFQuery, SDTFQuery>]>, "many">]>>; export declare const withSDTFViewSchema: z.ZodOptional; export declare const toJavascriptOptionsSchema: z.ZodObject<{ typescript: z.ZodOptional; moduleExport: z.ZodOptional>; }, "strict", z.ZodTypeAny, { typescript?: boolean | undefined; moduleExport?: "es6" | "commonjs" | undefined; }, { typescript?: boolean | undefined; moduleExport?: "es6" | "commonjs" | undefined; }>; export declare const replaceSchema: z.ZodObject<{ regex: z.ZodUnion<[z.ZodString, z.ZodObject<{ pattern: z.ZodString; flags: z.ZodOptional; }, "strip", z.ZodTypeAny, { pattern: string; flags?: string | undefined; }, { pattern: string; flags?: string | undefined; }>]>; replaceBy: z.ZodString; trim: z.ZodOptional; }, "strip", z.ZodTypeAny, { regex: (string | { pattern: string; flags?: string | undefined; }) & (string | { pattern: string; flags?: string | undefined; } | undefined); replaceBy: string; trim?: boolean | undefined; }, { regex: (string | { pattern: string; flags?: string | undefined; }) & (string | { pattern: string; flags?: string | undefined; } | undefined); replaceBy: string; trim?: boolean | undefined; }>; export declare const possibleTextStylesKeysSchema: z.ZodArray, z.ZodLiteral<"fontWeight">, z.ZodLiteral<"fontSize">, z.ZodLiteral<"color">, z.ZodLiteral<"fontFeatures">, z.ZodLiteral<"lineHeight">, z.ZodLiteral<"letterSpacing">, z.ZodLiteral<"paragraphSpacing">, z.ZodLiteral<"textAlignHorizontal">, z.ZodLiteral<"textAlignVertical">, z.ZodLiteral<"textDecoration">, z.ZodLiteral<"textIndent">, z.ZodLiteral<"textTransform">]>, "many">; export type PossibleTextStylesKeysSchemaType = z.infer; export declare const keysPerTokenTypeSelectorSchema: z.ZodObject<{ textStyle: z.ZodOptional, z.ZodLiteral<"fontWeight">, z.ZodLiteral<"fontSize">, z.ZodLiteral<"color">, z.ZodLiteral<"fontFeatures">, z.ZodLiteral<"lineHeight">, z.ZodLiteral<"letterSpacing">, z.ZodLiteral<"paragraphSpacing">, z.ZodLiteral<"textAlignHorizontal">, z.ZodLiteral<"textAlignVertical">, z.ZodLiteral<"textDecoration">, z.ZodLiteral<"textIndent">, z.ZodLiteral<"textTransform">]>, "many">>; shadow: z.ZodOptional, z.ZodLiteral<"offsetX">, z.ZodLiteral<"offsetY">, z.ZodLiteral<"blurRadius">, z.ZodLiteral<"spreadRadius">, z.ZodLiteral<"type">]>, "many">>; border: z.ZodOptional, z.ZodLiteral<"style">, z.ZodLiteral<"width">, z.ZodLiteral<"rectangleCornerRadii">]>, "many">>; }, "strip", z.ZodTypeAny, { textStyle?: ("color" | "fontFamily" | "fontFeatures" | "fontWeight" | "textAlignHorizontal" | "textAlignVertical" | "textDecoration" | "textTransform" | "fontSize" | "lineHeight" | "letterSpacing" | "paragraphSpacing" | "textIndent")[] | undefined; shadow?: ("type" | "color" | "offsetX" | "offsetY" | "blurRadius" | "spreadRadius")[] | undefined; border?: ("color" | "style" | "width" | "rectangleCornerRadii")[] | undefined; }, { textStyle?: ("color" | "fontFamily" | "fontFeatures" | "fontWeight" | "textAlignHorizontal" | "textAlignVertical" | "textDecoration" | "textTransform" | "fontSize" | "lineHeight" | "letterSpacing" | "paragraphSpacing" | "textIndent")[] | undefined; shadow?: ("type" | "color" | "offsetX" | "offsetY" | "blurRadius" | "spreadRadius")[] | undefined; border?: ("color" | "style" | "width" | "rectangleCornerRadii")[] | undefined; }>; //# sourceMappingURL=definition.d.ts.map