// Type definitions for git-user-email 0.2 // Project: https://github.com/jonschlinkert/git-user-email // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = gitUserEmail; declare function gitUserEmail(): string;