import { z } from 'zod'; export declare const postReplaceStringParserName = "post-replace-string"; export declare const postReplaceStringParserOptionsSchema: z.ZodObject<{ matchFileContent: z.ZodUnion<[z.ZodString, z.ZodObject<{ pattern: z.ZodString; flags: z.ZodOptional; }, "strip", z.ZodTypeAny, { pattern: string; flags?: string | undefined; }, { pattern: string; flags?: string | undefined; }>]>; replaceBy: z.ZodString; matchOutputFilePath: z.ZodOptional; }, "strict", z.ZodTypeAny, { matchFileContent: (string | { pattern: string; flags?: string | undefined; }) & (string | { pattern: string; flags?: string | undefined; } | undefined); replaceBy: string; matchOutputFilePath?: string | undefined; }, { matchFileContent: (string | { pattern: string; flags?: string | undefined; }) & (string | { pattern: string; flags?: string | undefined; } | undefined); replaceBy: string; matchOutputFilePath?: string | undefined; }>; export type PostReplaceStringParserOptions = z.infer; export declare const postReplaceStringParserDefinition: import("../../internals/createBuiltInParserDefinition.js").BuiltInParserDefinitionSignature<"post-replace-string", "generation", false, z.ZodObject<{ matchFileContent: z.ZodUnion<[z.ZodString, z.ZodObject<{ pattern: z.ZodString; flags: z.ZodOptional; }, "strip", z.ZodTypeAny, { pattern: string; flags?: string | undefined; }, { pattern: string; flags?: string | undefined; }>]>; replaceBy: z.ZodString; matchOutputFilePath: z.ZodOptional; }, "strict", z.ZodTypeAny, { matchFileContent: (string | { pattern: string; flags?: string | undefined; }) & (string | { pattern: string; flags?: string | undefined; } | undefined); replaceBy: string; matchOutputFilePath?: string | undefined; }, { matchFileContent: (string | { pattern: string; flags?: string | undefined; }) & (string | { pattern: string; flags?: string | undefined; } | undefined); replaceBy: string; matchOutputFilePath?: string | undefined; }>, true, undefined, ("SDTF" | "JSON" | "bitmap" | "vector" | "SDTF Engine")[], "SDTF Engine">; export type PostReplaceStringParserParserDefinition = typeof postReplaceStringParserDefinition; //# sourceMappingURL=definition.d.ts.map