export declare function getAbsoluteAndInOsFormatPath(params: {
    pathIsh: string;
    cwd: string;
}): string;
