/**
 * Returns true when running in a browser environment (not SSR / Node).
 */
export declare const isBrowser: () => boolean;
