import { Path } from '../path.class.js';
export declare function isPath(value: unknown): value is Path;
