import type { ComponentLogMap, Platform } from './types'; export declare const LOG_TYPES: readonly ["🚨 Breaking Changes", "🚀 Features", "🐞 Bug Fixes"]; export default function generateChangelogJson(changelogPath: string, platform: Platform): Promise;