/** * Convenience utility for checking whether running in a client or server context. */ export declare function isClient(): boolean;