/**
 * Normalizes slashes (removes duplicates)
 *
 * @param input
 */
export declare function normalizePathSlashes(input: string): string;
