export default class Utils { static normalizeEndpoint(str: string): string; static removePreceedingSlash(str: string): string; }