import type { AbsolutePath } from '../paths.ts'; declare module '../index.ts' { interface Pipe { /** Edits the content of all files in a pipeline. */ edit(callback: (content: string, fileName: AbsolutePath) => string | void | Promise): Pipe; } } //# sourceMappingURL=edit.d.ts.map