/** * @copyright Copyright (c) James Talmage (github.com/jamestalmage) * @license {@link https://github.com/jamestalmage/supports-hyperlinks/blob/master/license|MIT} * @description modified version of https://github.com/jamestalmage/supports-hyperlinks/blob/master/index.js */ /// export declare const supportsHyperlink: (stream: NodeJS.WriteStream & { fd: 1; }) => boolean | undefined;