/**
 * 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 declare function isLocalPath(value: string): boolean;
//# sourceMappingURL=paths.d.ts.map