export declare const contains: (path1: string, path2: string) => boolean; export declare const posixContains: (path1: string, path2: string) => boolean; export declare function toPosixPath(p: string): string; export declare function toNativePath(p: string): string;