import type { ChangeLogSource } from './source';
declare const api: Map<string, ChangeLogSource>;
export default api;
