import { z } from 'zod'; export declare const prefixByParserName = "prefix-by"; export declare const prefixByParserOptionsSchema: z.ZodObject<{ all: z.ZodOptional; group: z.ZodOptional; collection: z.ZodOptional; token: z.ZodOptional; 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, import("@specifyapp/specify-design-token-format").SDTFQuery, import("@specifyapp/specify-design-token-format").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, import("@specifyapp/specify-design-token-format").SDTFQuery, import("@specifyapp/specify-design-token-format").SDTFQuery>]>, "many">]>>; }, "strict", z.ZodTypeAny, { all?: string | undefined; group?: string | undefined; collection?: string | undefined; token?: string | undefined; applyTo?: import("@specifyapp/specify-design-token-format").SDTFQuery | { collection: string | true; } | { group: string | true; } | { token: string | true; } | (import("@specifyapp/specify-design-token-format").SDTFQuery | { collection: string | true; } | { group: string | true; } | { token: string | true; })[] | undefined; }, { all?: string | undefined; group?: string | undefined; collection?: string | undefined; token?: string | undefined; applyTo?: import("@specifyapp/specify-design-token-format").SDTFQuery | { collection: string | true; } | { group: string | true; } | { token: string | true; } | (import("@specifyapp/specify-design-token-format").SDTFQuery | { collection: string | true; } | { group: string | true; } | { token: string | true; })[] | undefined; }>; export declare const prefixByParserDefinition: import("../../internals/createBuiltInParserDefinition.js").BuiltInParserDefinitionSignature<"prefix-by", "utility", false, z.ZodObject<{ all: z.ZodOptional; group: z.ZodOptional; collection: z.ZodOptional; token: z.ZodOptional; 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, import("@specifyapp/specify-design-token-format").SDTFQuery, import("@specifyapp/specify-design-token-format").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, import("@specifyapp/specify-design-token-format").SDTFQuery, import("@specifyapp/specify-design-token-format").SDTFQuery>]>, "many">]>>; }, "strict", z.ZodTypeAny, { all?: string | undefined; group?: string | undefined; collection?: string | undefined; token?: string | undefined; applyTo?: import("@specifyapp/specify-design-token-format").SDTFQuery | { collection: string | true; } | { group: string | true; } | { token: string | true; } | (import("@specifyapp/specify-design-token-format").SDTFQuery | { collection: string | true; } | { group: string | true; } | { token: string | true; })[] | undefined; }, { all?: string | undefined; group?: string | undefined; collection?: string | undefined; token?: string | undefined; applyTo?: import("@specifyapp/specify-design-token-format").SDTFQuery | { collection: string | true; } | { group: string | true; } | { token: string | true; } | (import("@specifyapp/specify-design-token-format").SDTFQuery | { collection: string | true; } | { group: string | true; } | { token: string | true; })[] | undefined; }>, true, undefined, ("SDTF" | "SDTF Engine")[], "SDTF Engine">; export type PrefixByParserDefinition = typeof prefixByParserDefinition; export type PrefixByParserOptions = z.infer; //# sourceMappingURL=definition.d.ts.map