import { z } from 'zod'; export declare const toCssFontImportParserName = "to-css-font-import"; export declare const toCssFontImportParserOptionsSchema: z.ZodObject<{ formats: z.ZodOptional, z.ZodLiteral<"woff2">, z.ZodLiteral<"ttf">, z.ZodLiteral<"otf">, z.ZodLiteral<"eot">]>, "many">>; fontsPath: z.ZodOptional; includeFontWeight: z.ZodOptional; genericFamily: z.ZodOptional; fontDisplay: z.ZodOptional, z.ZodLiteral<"block">, z.ZodLiteral<"swap">, z.ZodLiteral<"fallback">, z.ZodLiteral<"optional">]>>; }, "strict", z.ZodTypeAny, { formats?: ("ttf" | "woff" | "woff2" | "otf" | "eot")[] | undefined; fontsPath?: string | undefined; includeFontWeight?: boolean | undefined; genericFamily?: string | undefined; fontDisplay?: "optional" | "auto" | "block" | "swap" | "fallback" | undefined; }, { formats?: ("ttf" | "woff" | "woff2" | "otf" | "eot")[] | undefined; fontsPath?: string | undefined; includeFontWeight?: boolean | undefined; genericFamily?: string | undefined; fontDisplay?: "optional" | "auto" | "block" | "swap" | "fallback" | undefined; }>; export declare const toCssFontImportParserDefinition: import("../../internals/createBuiltInParserDefinition.js").BuiltInParserDefinitionSignature<"to-css-font-import", "generation", true, z.ZodObject<{ formats: z.ZodOptional, z.ZodLiteral<"woff2">, z.ZodLiteral<"ttf">, z.ZodLiteral<"otf">, z.ZodLiteral<"eot">]>, "many">>; fontsPath: z.ZodOptional; includeFontWeight: z.ZodOptional; genericFamily: z.ZodOptional; fontDisplay: z.ZodOptional, z.ZodLiteral<"block">, z.ZodLiteral<"swap">, z.ZodLiteral<"fallback">, z.ZodLiteral<"optional">]>>; }, "strict", z.ZodTypeAny, { formats?: ("ttf" | "woff" | "woff2" | "otf" | "eot")[] | undefined; fontsPath?: string | undefined; includeFontWeight?: boolean | undefined; genericFamily?: string | undefined; fontDisplay?: "optional" | "auto" | "block" | "swap" | "fallback" | undefined; }, { formats?: ("ttf" | "woff" | "woff2" | "otf" | "eot")[] | undefined; fontsPath?: string | undefined; includeFontWeight?: boolean | undefined; genericFamily?: string | undefined; fontDisplay?: "optional" | "auto" | "block" | "swap" | "fallback" | undefined; }>, false, ["file"], ("SDTF" | "SDTF Engine")[], "SDTF Engine">; export type ToCssFontImportParserDefinition = typeof toCssFontImportParserDefinition; export type ToCssFontImportParserOptions = z.infer; //# sourceMappingURL=definition.d.ts.map