import type { Color, UnderlineStyle } from './types.js'; export interface HyperlinkOptions { id?: string; } export declare function hyperlink(url: string, text: string, options?: HyperlinkOptions): string; export declare function styledUnderline(style: UnderlineStyle): string; export declare function underlineColor(color: Color): string; export declare function setTitle(title: string): string; export declare function notification(title: string, body?: string): string; export declare function bracketedPasteEnable(): string; export declare function bracketedPasteDisable(): string; export declare function keyboardEnhanceEnable(): string; export declare function keyboardEnhanceDisable(): string; export declare function syncStart(): string; export declare function syncEnd(): string; //# sourceMappingURL=modern.d.ts.map