import type { DiffFileMode } from "./parser.js"; export declare const logger: { info: (message: string) => void; success: (message: string) => void; warn: (message: string) => void; error: (message: string) => void; file: (filePath: string) => string; mode: (mode: DiffFileMode) => string; commitMessage: (title: string, detail: string) => string; }; //# sourceMappingURL=logger.d.ts.map