import { type PathLike } from 'node:fs'; export declare function toPathString(value: PathLike): string;