declare function parse(input: string): { name: string; version: string; path: string; }; export { parse };