/**
 * A flag to indicate whether code is running in Node.js or browser environment.
 */
export const isServer: boolean;
