import { z } from 'zod'; export declare const generateBarrelFileParserName = "generate-barrel-file"; export declare const generateBarrelFileParserOptionsSchema: z.ZodObject<{ useSemicolon: z.ZodOptional; useFileExtensionsInImport: z.ZodOptional; quoteCharacter: z.ZodOptional, z.ZodLiteral<"\"">]>>; removePatternInOutputFilePath: z.ZodOptional; matchOutputFilePathPattern: z.ZodOptional; fileExtensionsMapping: z.ZodOptional>; }, "strict", z.ZodTypeAny, { useSemicolon?: boolean | undefined; useFileExtensionsInImport?: boolean | undefined; quoteCharacter?: "'" | "\"" | undefined; removePatternInOutputFilePath?: string | undefined; matchOutputFilePathPattern?: string | undefined; fileExtensionsMapping?: Record | undefined; }, { useSemicolon?: boolean | undefined; useFileExtensionsInImport?: boolean | undefined; quoteCharacter?: "'" | "\"" | undefined; removePatternInOutputFilePath?: string | undefined; matchOutputFilePathPattern?: string | undefined; fileExtensionsMapping?: Record | undefined; }>; export declare const generateBarrelFileParserDefinition: import("../../internals/createBuiltInParserDefinition.js").BuiltInParserDefinitionSignature<"generate-barrel-file", "generation", true, z.ZodObject<{ useSemicolon: z.ZodOptional; useFileExtensionsInImport: z.ZodOptional; quoteCharacter: z.ZodOptional, z.ZodLiteral<"\"">]>>; removePatternInOutputFilePath: z.ZodOptional; matchOutputFilePathPattern: z.ZodOptional; fileExtensionsMapping: z.ZodOptional>; }, "strict", z.ZodTypeAny, { useSemicolon?: boolean | undefined; useFileExtensionsInImport?: boolean | undefined; quoteCharacter?: "'" | "\"" | undefined; removePatternInOutputFilePath?: string | undefined; matchOutputFilePathPattern?: string | undefined; fileExtensionsMapping?: Record | undefined; }, { useSemicolon?: boolean | undefined; useFileExtensionsInImport?: boolean | undefined; quoteCharacter?: "'" | "\"" | undefined; removePatternInOutputFilePath?: string | undefined; matchOutputFilePathPattern?: string | undefined; fileExtensionsMapping?: Record | undefined; }>, false, ["file"], ("SDTF" | "bitmap" | "vector" | "SDTF Engine" | "asset")[], "JSON">; export type GenerateBarrelFileParserDefinition = typeof generateBarrelFileParserDefinition; //# sourceMappingURL=definition.d.ts.map