/**
* Returns true if the value is NOT a package source (npm:, git:, etc.)
* or a URL protocol. Bare names and relative paths without ./ prefix
* are considered local.
*/
export declarefunctionisLocalPath(value: string): boolean;
//# sourceMappingURL=paths.d.ts.map