import type { GitUser } from '@vltpkg/git'; export declare const getAuthorFromGitUser: (user?: GitUser) => string;