export type GitUser = { name?: string; email?: string; }; export declare const getUser: (opts?: {}) => Promise;