/** * @returns { boolean } - True if the current env is on the browser, false otherwise. */ export declare function isClient(): boolean;