/**
 * Defines if the current environment is a browser environment. This is
 * determined by checking if the `window` and `document` objects are defined.
 */
export declare const isBrowserEnvironment: boolean;
//# sourceMappingURL=is-browser-environment.d.ts.map