export declare function ensureIsAbsolute(root: string, maybeRelativePath: string): string; export declare function ensureIsRelative(root: string, maybeRelativePath: string): string; export declare const toPosix: (location: string) => string;