import type Interface from "../Interface/Integration.js"; /** * @module Integration * */ declare const _default: Interface; export default _default; export declare const Default: { File: string; Cache: { Search: string; Folder: string; }; Path: string; Logger: 2; Action: { Accomplished: false; Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Fulfilled: ({ File }: 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; Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; }; Exclude: false; Beasties: import("../Interface/Beasties.js").default; }; export declare const Merge: (...objects: Ts) => import("deepmerge-ts").DeepMergeHKT, Readonly<{ key: PropertyKey; parents: ReadonlyArray>>; }>>;