import { z } from 'zod'; export declare const toFileParserName = "to-file"; export declare const toFileParserOptionsSchema: z.ZodObject<{ filenameTemplate: z.ZodOptional; bitmap: z.ZodOptional; font: z.ZodOptional; vector: z.ZodOptional; }, "strip", z.ZodTypeAny, { textStyle?: string | undefined; bitmap?: string | undefined; font?: string | undefined; vector?: string | undefined; }, { textStyle?: string | undefined; bitmap?: string | undefined; font?: string | undefined; vector?: string | undefined; }>]>>; }, "strict", z.ZodTypeAny, { filenameTemplate?: string | { textStyle?: string | undefined; bitmap?: string | undefined; font?: string | undefined; vector?: string | undefined; } | undefined; }, { filenameTemplate?: string | { textStyle?: string | undefined; bitmap?: string | undefined; font?: string | undefined; vector?: string | undefined; } | undefined; }>; export declare const toFileParserDefinition: import("../../internals/createBuiltInParserDefinition.js").BuiltInParserDefinitionSignature<"to-file", "generation", true, z.ZodObject<{ filenameTemplate: z.ZodOptional; bitmap: z.ZodOptional; font: z.ZodOptional; vector: z.ZodOptional; }, "strip", z.ZodTypeAny, { textStyle?: string | undefined; bitmap?: string | undefined; font?: string | undefined; vector?: string | undefined; }, { textStyle?: string | undefined; bitmap?: string | undefined; font?: string | undefined; vector?: string | undefined; }>]>>; }, "strict", z.ZodTypeAny, { filenameTemplate?: string | { textStyle?: string | undefined; bitmap?: string | undefined; font?: string | undefined; vector?: string | undefined; } | undefined; }, { filenameTemplate?: string | { textStyle?: string | undefined; bitmap?: string | undefined; font?: string | undefined; vector?: string | undefined; } | undefined; }>, false, ["directory"], ("SDTF" | "SDTF Engine")[], "asset">; export type ToFileParserDefinition = typeof toFileParserDefinition; export type ToFileParserOptions = z.infer; //# sourceMappingURL=definition.d.ts.map