declare function getGitAndNpmDefaults(): Promise<{ author: string | undefined; description: string | undefined; email: string | undefined; funding: string | undefined; owner: string | undefined; repository: string | undefined; title: string | undefined; }>; export { getGitAndNpmDefaults };