/** * This function can help you distinguish if the server or client is running the code * * Created Autugst 26th, 2019 * @author: ywarezk * @version: 1.0.0 * @copyright: Nerdeez Ltd */ export declare function isServer(): boolean;