export declare const createDedupSeparatorRegExp: (pathSeparator?: string) => RegExp;
export declare const createDedupSeparator: (pathSeparator?: string, max?: number) => (path: string, replaceValue?: string) => string;
/**
 * 좌우와 가운데 '/' 패스도 변경 합니다
 * @param path
 * @param replaceValue
 */
export declare const dedupSeparator: (path: string, replaceValue?: string) => string;
