declare const getShortPath: (link?: string, { cwd }?: { cwd?: string | undefined; }) => string; export { getShortPath };