/// import { ParsedPath } from "path"; declare const parse: (src: string) => ParsedPath; export = parse;