export declare function normalize(strArray: string[]): string; export declare function urlJoin(...args: [string[]] | string[]): string;