import assert from './assert';
export { assert };
/**
 * whether in browser env
 */
export declare const isBrowser: () => boolean;
