/// import type fs from 'fs'; /** * @file Type Definitions - PathLike * @module grease/types/PathLike */ /** * Valid file paths. */ export declare type PathLike = fs.PathLike | String;