/**
 * Check whether the current runtime is Node.js
 */
export declare const isNodeJs: boolean;
/**
 * Check whether the current runtime is a browser (or JSDOM)
 */
export declare const isBrowser: boolean;
/**
 * The appropriate line ending character(s) to use
 */
export declare const EOL: string;
