import type { Result } from './types.js'; /** * Get formatted commit message * @param input object containing structured results * @param debug show debug information in commit message * @return formatted debug message */ export default function format(input: Result, debug?: boolean): string; //# sourceMappingURL=format.d.ts.map