/**
 * Returns the base URL for all requests to the API.
 *
 * @returns The base URL for all requests to the API.
 */
export declare const getBaseUrl: () => string;
/**
 * Sets the base URL for all requests to the API.
 *
 * @param url The base URL for all requests to the API.
 */
export declare const setBaseUrl: (url: string) => void;
