import { z } from 'zod'; export declare const toTailwindParserName = "to-tailwind"; export declare const toTailwindParserDefinition: import("../../internals/createBuiltInParserDefinition.js").BuiltInParserDefinitionSignature<"to-tailwind", "generation", true, z.ZodObject<{ useCssVariable: z.ZodOptional; cssVariableTemplate: z.ZodOptional; tokenNotInCollectionNameTemplate: z.ZodOptional; }, "strict", z.ZodTypeAny, { tokenNameTemplate?: string | undefined; tokenNotInCollectionNameTemplate?: string | undefined; }, { tokenNameTemplate?: string | undefined; tokenNotInCollectionNameTemplate?: string | undefined; }>>; removeModesIfSameValue: z.ZodOptional; removeSingleMode: z.ZodOptional; }, "strict", z.ZodTypeAny, { useCssVariable?: boolean | undefined; cssVariableTemplate?: { tokenNameTemplate?: string | undefined; tokenNotInCollectionNameTemplate?: string | undefined; } | undefined; removeModesIfSameValue?: boolean | undefined; removeSingleMode?: boolean | undefined; }, { useCssVariable?: boolean | undefined; cssVariableTemplate?: { tokenNameTemplate?: string | undefined; tokenNotInCollectionNameTemplate?: string | undefined; } | undefined; removeModesIfSameValue?: boolean | undefined; removeSingleMode?: boolean | undefined; }>, false, ["file"], ("SDTF" | "SDTF Engine")[], "SDTF Engine">; export type ToTailwindParserDefinition = typeof toTailwindParserDefinition; export type ToTailwindParserOptions = z.infer; //# sourceMappingURL=definition.d.ts.map