// Type definitions for path-parse v1.0.5 // Project: https://github.com/jbgutierrez/path-parse // Definitions by: Dan Chao // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// import { ParsedPath } from "path"; declare const parse: (src: string) => ParsedPath; export = parse;