import { useEffect } from "react";
/**
 * The function checks if the code is running on the server-side
 *
 * @returns An indicator specifying if the code is running on the server-side
 */
export declare const useIsomorphicLayoutEffect: typeof useEffect;
