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