export declare const DEFAULT_API_BASE_PATH = "/auth";
export declare const SSR_ERROR =
    "\nIf you are trying to use this method doing server-side-rendering, please make sure you move this method inside a componentDidMount method or useEffect hook.";
