export declare const OSC8_CLOSE = "\u001B]8;;\u001B\\"; export declare function supportsHyperlinks(env?: NodeJS.ProcessEnv, isTTY?: boolean): boolean; export declare function hyperlinksEnabled(): boolean; export declare function resetHyperlinksEnabledForTest(value?: boolean): void; export declare function hyperlink(text: string, url: string): string; export declare function fileHyperlink(text: string, absolutePath: string): string;