import { z } from 'zod'; export declare const toScssVariablesParserName = "to-scss-variables"; declare const optionsSchema: z.ZodObject<{ tokenNameTemplate: z.ZodOptional; shouldRenderSingleMode: z.ZodOptional; }, "strict", z.ZodTypeAny, { tokenNameTemplate?: string | undefined; shouldRenderSingleMode?: boolean | undefined; }, { tokenNameTemplate?: string | undefined; shouldRenderSingleMode?: boolean | undefined; }>; export declare const toScssVariablesParserDefinition: import("../../internals/createBuiltInParserDefinition.js").BuiltInParserDefinitionSignature<"to-scss-variables", "generation", true, z.ZodObject<{ tokenNameTemplate: z.ZodOptional; shouldRenderSingleMode: z.ZodOptional; }, "strict", z.ZodTypeAny, { tokenNameTemplate?: string | undefined; shouldRenderSingleMode?: boolean | undefined; }, { tokenNameTemplate?: string | undefined; shouldRenderSingleMode?: boolean | undefined; }>, false, ["file"], ("SDTF" | "SDTF Engine")[], "SDTF Engine">; export type ToScssVariablesParserDefinition = typeof toScssVariablesParserDefinition; export type ToScssVariablesParserOptions = z.infer; export {}; //# sourceMappingURL=definition.d.ts.map