/**
 * Replace the backslashes in a given path
 * @param path The path that shall be modified
 */
export declare function replaceBackslashes(path: string): string;
//# sourceMappingURL=util.d.ts.map