import { Changelog as PackageChangelog } from '@docusign-it/sfpds.core/lib/changelog/interfaces/GenericChangelogInterfaces'; export default interface ReadPackageChangelog { (changelogFilePath: string): PackageChangelog; }