import type { RepoOptions, PackageOptions } from './types/BeachballOptions'; export type BeachballConfig = Partial & Partial; export type { VersionGroupOptions } from './types/BeachballOptions'; export type { ChangeFilePromptOptions } from './types/ChangeFilePrompt'; export type { ChangeType } from './types/ChangeInfo'; export type { ChangelogEntry, ChangelogJson, ChangelogJsonEntry, PackageChangelog } from './types/ChangeLog'; export type { ChangelogOptions, ChangelogGroupOptions, PackageChangelogRenderInfo, ChangelogRenderers, } from './types/ChangelogOptions'; //# sourceMappingURL=index.d.ts.map