/**
 
 * @param url
 */
export declare function setRpcUrl(url: string): void;
/**
 
 * @returns
 */
export declare function getRpcUrl(): string;
/**
 *
 * @param url
 */
export declare function setExplorerApiUrl(url: string): void;
/**
 *
 * @returns
 */
export declare function getExplorerApiUrl(): string;
declare const _default: {
    getRpcUrl: typeof getRpcUrl;
    setRpcUrl: typeof setRpcUrl;
    getExplorerApiUrl: typeof getExplorerApiUrl;
    setExplorerApiUrl: typeof setExplorerApiUrl;
};
export default _default;
