declare const stripUrlEndingSlash: (url: string) => string;
export { stripUrlEndingSlash };
