/** Replaces multiple occurrences of '/' with a single slash */ export declare function removeDoubleSlash(text: string): string; //# sourceMappingURL=remove-double-slash.d.ts.map