/**
* Given two absolute file paths returns a relative importable path.
* Applicable `node_modules` resolutions are automatically shortened.
* All paths are converted to POSIX style.
*/
export declarefunctionrelativeImportPath(from: string, to: string): string;