declare const _default: { additionalProperties: boolean; properties: { name: { anyOf: ({ type: string; instanceof?: undefined; } | { instanceof: string; type?: undefined; })[]; }; outputPath: { anyOf: ({ type: string; instanceof?: undefined; } | { instanceof: string; type?: undefined; })[]; }; publicPath: { anyOf: ({ type: string; instanceof?: undefined; } | { instanceof: string; type?: undefined; })[]; }; context: { type: string; }; emitFile: { type: string; }; regExp: { anyOf: ({ type: string; instanceof?: undefined; } | { instanceof: string; type?: undefined; })[]; }; }; errorMessages: { name: string; outputPath: string; publicPath: string; context: string; emitFile: string; regExp: string; }; type: string; }; export default _default;