declare const confirmRegistry: () => Promise; declare const confirmGitBranch: () => Promise; declare const confirmWorktreeEmpty: () => Promise; declare const confirmNpmLoggedIn: () => Promise; export { confirmGitBranch, confirmNpmLoggedIn, confirmRegistry, confirmWorktreeEmpty };