/**
 * Check if we are in client/browser side.
 */
export declare const isClient: boolean;
