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