/** * Determines if the current environment is a browser */ export declare const isBrowser: () => boolean;