export declare function setTitle(title: string): void; export declare function resetTitle(): void; declare const _default: { setTitle: typeof setTitle; resetTitle: typeof resetTitle; }; export default _default; //# sourceMappingURL=terminal-title.d.ts.map