import debug from "debug"; import { DiffResult } from ".."; export declare const log: debug.Debugger; export declare function diff({ ref, count, paths, statuses }: DiffResult): void;