/** Sets the current base url used for fetching images. */
export declare function getResourceUrl(url: string): string;
/** Gets the current base url used for fetching images. */
export declare function setBaseUrl(baseUrl: string): void;
