import { z } from 'zod'; export declare const toCssCustomPropertiesParserName = "to-css-custom-properties"; export declare const toCssCustomPropertiesParserOptionsSchema: z.ZodObject<{ selectorTemplate: z.ZodOptional; tokenNameTemplate: z.ZodOptional; tokenNotInCollectionNameTemplate: z.ZodOptional; includeCoreTokensInScopes: z.ZodOptional; allowUnresolvable: z.ZodOptional; withSDTFView: z.ZodOptional; }, "strict", z.ZodTypeAny, { selectorTemplate?: string | undefined; tokenNameTemplate?: string | undefined; tokenNotInCollectionNameTemplate?: string | undefined; includeCoreTokensInScopes?: boolean | undefined; allowUnresolvable?: boolean | undefined; withSDTFView?: string | undefined; }, { selectorTemplate?: string | undefined; tokenNameTemplate?: string | undefined; tokenNotInCollectionNameTemplate?: string | undefined; includeCoreTokensInScopes?: boolean | undefined; allowUnresolvable?: boolean | undefined; withSDTFView?: string | undefined; }>; export declare const toCssCustomPropertiesParserDefinition: import("../../internals/createBuiltInParserDefinition.js").BuiltInParserDefinitionSignature<"to-css-custom-properties", "generation", true, z.ZodObject<{ selectorTemplate: z.ZodOptional; tokenNameTemplate: z.ZodOptional; tokenNotInCollectionNameTemplate: z.ZodOptional; includeCoreTokensInScopes: z.ZodOptional; allowUnresolvable: z.ZodOptional; withSDTFView: z.ZodOptional; }, "strict", z.ZodTypeAny, { selectorTemplate?: string | undefined; tokenNameTemplate?: string | undefined; tokenNotInCollectionNameTemplate?: string | undefined; includeCoreTokensInScopes?: boolean | undefined; allowUnresolvable?: boolean | undefined; withSDTFView?: string | undefined; }, { selectorTemplate?: string | undefined; tokenNameTemplate?: string | undefined; tokenNotInCollectionNameTemplate?: string | undefined; includeCoreTokensInScopes?: boolean | undefined; allowUnresolvable?: boolean | undefined; withSDTFView?: string | undefined; }>, false, ["file"], ("SDTF" | "SDTF Engine")[], "SDTF Engine">; export type ToCssCustomPropertiesParserDefinition = typeof toCssCustomPropertiesParserDefinition; export type ToCssCustomPropertiesParserOptions = z.infer; //# sourceMappingURL=definition.d.ts.map