/** * Constructs the image url by combining the passed-in url with the selected channel * @param url The image url * @param baseUrl The baseUrl from the currently-selected channel */ export declare const getFullUrl: (url: string, baseUrl: string) => string;