/** * @module Option * */ declare const _default: { Path: string; Cache: { Search: string; Folder: string; }; Logger: 2; Action: { Failed: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Passed: ({ Before, Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Accomplished: ({ Input, Before, After }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; }; File: string; Exclude: false; CSS: { csso: import("../Interface/CSS/csso.js").default; lightningcss: false; }; HTML: { "html-minifier-terser": { caseSensitive: true; collapseInlineTagWhitespace: false; collapseWhitespace: true; continueOnParseError: true; html5: true; ignoreCustomComments: RegExp[]; ignoreCustomFragments: never[]; includeAutoGeneratedTags: true; keepClosingSlash: true; minifyCSS: true; minifyJS: true; minifyURLs: false; noNewlinesBeforeTagClose: true; preventAttributesEscaping: false; processConditionalComments: false; processScripts: string[]; quoteCharacter: string; removeAttributeQuotes: true; removeComments: true; removeScriptTypeAttributes: true; removeStyleLinkTypeAttributes: true; removeTagWhitespace: false; sortAttributes: true; sortClassName: true; trimCustomFragments: true; useShortDoctype: false; }; }; Image: { sharp: import("../Interface/Image/sharp.js").default; }; JavaScript: { terser: { ecma: 5; enclose: false; keep_classnames: false; keep_fnames: false; ie8: false; module: false; safari10: false; toplevel: false; format: { comments: false; }; }; }; SVG: { svgo: { multipass: true; js2svg: { indent: number; pretty: false; }; plugins: "preset-default"[]; }; }; JSON: true; Map: import("../Interface/Map.js").default; Parser: import("../Interface/Parser.js").default; }; export default _default;