// Type definitions for global-paths 1.0 // Project: https://github.com/jonschlinkert/global-paths // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = globalPaths; declare function globalPaths(cwd?: string): string[];