/** * A hook for using and adjusting the Server URL. Also saves to localStorage. If * the URL is wrong, an error is thrown using the store's handler */ export declare const useServerURL: () => [string, (serverUrl: string) => void]; //# sourceMappingURL=useServerURL.d.ts.map