/**
 * Detect if rendering from the client or the server
 */
export declare function canUseDOM(): boolean;
