export declare function resolveWorkspacePath(cwd: string, inputPath: string): string; export declare function isExternalAbsolutePath(inputPath: string): boolean; export declare function isPathInsideWorkspace(cwd: string, inputPath: string): boolean; export declare function normalizeExternalPath(inputPath: string): string; export declare function hasUnixDrivePath(inputPath: string): boolean; export declare function windowsPathHint(inputPath: string): string | undefined;