declare const _default: Listr; export default _default; export type ProcessModuleContext = { projectDir: string; manifest: any; branchName: string; repoUrl: string; homePage: string; ciFile: string; rootManifest?: any; releaseType: "semantic-release" | "release-please"; }; export type ProcessManifestContext = { manifest: any; branchName: string; repoUrl: string; homePage: string; releaseType: "semantic-release" | "release-please"; }; import Listr from 'listr'; //# sourceMappingURL=index.d.ts.map