import{Pattern}from'../types';/** * Designed to work only with simple paths: `dir\\file`. */exportdeclarefunctionunixify(filepath: string):string;exportdeclarefunctionmakeAbsolute(cwd: string,filepath: string):string;exportdeclarefunctionescape(pattern: Pattern):Pattern;exportdeclarefunctionremoveLeadingDotSegment(entry: string):string;