/** * Check if the code is running on the client side. This is useful for checking if the code is running in the browser and not in SSR. */ export declare const isClientSide: boolean; //# sourceMappingURL=isClientSide.d.ts.map