/** * Finds user's name by reading it from the git config. */ export declare function findMyName(): Promise; /** * Finds user's email by reading it from the git config. */ export declare function findGitHubEmail(): Promise;