declare module '../index.ts' { interface Pipe { /** Log some info about the current {@link Files} being passed around. */ debug(title?: string): Pipe; } } export {}; //# sourceMappingURL=debug.d.ts.map