/**
 * Based on https://stackoverflow.com/a/38815760
 */
export declare const isBrowser: boolean;
export declare const isNode: boolean;
