export declare function stripTrailingSeparators(segment: string, isSep: (char: number) => boolean): string;