export declare function urlPath(path: string): string; export declare function getJSON(url: string, requestOptions?: RequestInit): Promise; export declare function loadScripts(target: HTMLElement, scripts: string[]): Promise; export declare function loadStylesheets(target: HTMLElement, styles: string[]): void; export declare function mergeObject(target: any, ...sources: any): T; export declare function mergeArrayUnique(array1: string[], array2: string[]): string[];