declare function URLfix(url?: string, separator?: string): string | undefined;
export default URLfix;
