import { Commit } from '../../types'; export declare type ReleasePackage = { pkg: any; name: string; directory: string; commits: Array; };